📚 SAP Business One SDK Help

TableName Property
See Also 

Description

Sets or returns the name for the user defined table.

Field name: TableName.

Length: 19 characters.

Property type

Read-write property

Syntax

Visual Basic
Public Property TableName() As String

Remarks

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.

See Also