ComponentOne DataObjects for .NET
TableField Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableViewField Class : TableField Property
Gets or sets the table field on which this field is based.
Syntax
'Declaration
 
Public Property TableField As TableField
public TableField TableField {get; set;}
Remarks
This property value can be null, in which case the field is not based on any of the table fields, represents a calculated field belonging to the table view.
See Also

Reference

TableViewField Class
TableViewField Members
Table View Fields