ComponentOne DataObjects for .NET
SchemaField Property

C1.Data.2 Assembly > C1.Data Namespace > DataField Class : SchemaField Property
Gets the schema C1.Data.SchemaObjects.Field object on which the field is based.
Syntax
'Declaration
 
Public ReadOnly Property SchemaField As Field
public Field SchemaField {get;}
Remarks
Data table fields correspond to schema fields, C1.Data.SchemaObjects.Field objects of the corresponding schema table or table view that can be accessed through the SchemaTable property of the C1DataTable.
See Also

Reference

DataField Class
DataField Members