Gets the field collection of the table view.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DescriptionAttribute("TableView fields")]
public TableViewFieldCollection Fields { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DescriptionAttribute("TableView fields")> _
Public ReadOnly Property Fields As TableViewFieldCollection
	Get

See Also