Property that represents the columns of this
table entity.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public ColumnsCollection Columns { get; }
Public ReadOnly Property Columns As ColumnsCollection
Get
public:
property ColumnsCollection^ Columns {
ColumnsCollection^ get ();
}
member Columns : ColumnsCollection with get
Property Value
ColumnsCollection
See Also