ComponentOne DataObjects for .NET
Name Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : Name Property
Gets the name of the data table.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
public System.string Name {get;}
Remarks
This property is used to return this data table from the C1DataSet object's two data table collections, Tables and C1DataSet.TableViews.
See Also

Reference

C1DataTable Class
C1DataTable Members