| TableName Property | |
| See Also |
Sets or returns the name for the user defined table.
Field name: TableName.
Length: 19 characters.
Read-write property
| Visual Basic |
|---|
Public Property TableName() As String |
When adding a user table, SAP Business One automatically adds the symbol @ as a prefix to the table name. For example, if you add a table named ABC, the resulting table name is @ABC. When referring to a user-defined table, you must use the name including the prefix @.
When adding a user table and assigning it a TableName, the DI API creates the table with an upper case name. By default, Microsoft SQL Server is not case sensitive. If it is configured to be case sensitive, make sure to specify the table name in upper-case when using the DoQuery method of the Recordset object.