MemoryBufferTableRows Property |
Gets the rows.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<IBufferRow> Rows { get; }
Public ReadOnly Property Rows As IEnumerable(Of IBufferRow)
Get
public:
virtual property IEnumerable<IBufferRow^>^ Rows {
IEnumerable<IBufferRow^>^ get () sealed;
}
abstract Rows : IEnumerable<IBufferRow> with get
override Rows : IEnumerable<IBufferRow> with get
Property Value
Type:
IEnumerableIBufferRow
The rows.
Implements
IBufferTableRows
See Also