ComponentOne DataObjects for .NET
Table Property (C1TableLogic)

C1.Data.2 Assembly > C1.Data Namespace > C1TableLogic Class : Table Property
Returns or sets the name of the table represented by this component.
Syntax
'Declaration
 
Public Property Table As System.String
public System.string Table {get; set;}
Remarks
Normally, this property is not set by user code. It is set by C1DataObjects SchemaDesigner. User code gets the value of this property to gain access to schema objects and possibly modify them at run time, in the CreateSchema event.
See Also

Reference

C1TableLogic Class
C1TableLogic Members