ComponentOne DataObjects for .NET
TableViewName Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : TableViewName Property
Gets or sets the name of the source table view for this data view.
Syntax
'Declaration
 
Public Overridable Property TableViewName As System.String
public virtual System.string TableViewName {get; set;}
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
TableName Property