Click or drag to resize

MemoryBufferTableColumns 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
Syntax
public IEnumerable<IBufferColumn> Columns { get; }

Property Value

Type: IEnumerableIBufferColumn
The columns.

Implements

IBufferTableColumns
See Also