ComponentOne DataObjects for .NET
Name Property (DataField)

C1.Data.2 Assembly > C1.Data Namespace > DataField Class : Name Property
Gets the name of the field in the DataFieldCollection.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
public System.string Name {get;}
Remarks
This property is used to return this data field from the C1DataTable object's C1DataTable.Fields collection.
See Also

Reference

DataField Class
DataField Members