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