ComponentOne DataObjects for .NET
TableView Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : TableView Property
Gets the schema C1.Data.SchemaObjects.TableView used in the data view, if the TableViewName property is set.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TableView As TableView
public virtual TableView TableView {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
Table Property