ComponentOne DataObjects for .NET
TableViewField Property

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

Reference

CompositeTableField Class
CompositeTableField Members
Composite Table Fields