ComponentOne DataObjects for .NET
Table Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : Table Property
Gets the schema C1.Data.SchemaObjects.Table used in the data view, if the TableName property is set.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Table As Table
public virtual Table Table {get;}
Remarks
Only one of the two properties, TableName or TableViewName can be set to a non-empty string.
See Also

Reference

C1DataView Class
C1DataView Members
TableView Property