Click or drag to resize

MemoryBufferTableRows Property

Gets the rows.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<IBufferRow> Rows { get; }

Property Value

Type: IEnumerableIBufferRow
The rows.

Implements

IBufferTableRows
See Also