ComponentOne DataObjects for .NET
TableViewName Property (CurrentRowChangedEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > CurrentRowChangedEventArgs Class : TableViewName Property
Name of the table view on which the rowset is based. In C1DataView, if the rowset represents rows directly from a table, that is, when TableName property is used to define the rowset source, this property value is empty string.
Syntax
'Declaration
 
Public ReadOnly Property TableViewName As System.String
public System.string TableViewName {get;}
See Also

Reference

CurrentRowChangedEventArgs Class
CurrentRowChangedEventArgs Members