IBufferRowRowState Property |
Gets the current state of the row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxRowState RowState { get; }
ReadOnly Property RowState As RowState
Get
property RowState^ RowState {
RowState^ get ();
}
abstract RowState : RowState with get
Property Value
Type:
RowState
The state of the row.
See Also