IBufferTableColumns Property |
Gets the columns of the table.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIEnumerable<IBufferColumn> Columns { get; }
ReadOnly Property Columns As IEnumerable(Of IBufferColumn)
Get
property IEnumerable<IBufferColumn^>^ Columns {
IEnumerable<IBufferColumn^>^ get ();
}
abstract Columns : IEnumerable<IBufferColumn> with get
Property Value
Type:
IEnumerableIBufferColumn
The columns.
See Also