ComponentOne DataObjects for .NET
TableName Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : TableName Property
Gets or sets the name of the table as it appears to data bound controls.
Syntax
'Declaration
 
Public Property TableName As System.String
public System.string TableName {get; set;}
Remarks
This name is shown to data bound controls in their DataMember property combo box. By default, it is the same as DbTableName.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members