RowProviderRowState Property |
Gets the state of the row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual RowState RowState { get; }
Public Overridable ReadOnly Property RowState As RowState
Get
public:
virtual property RowState^ RowState {
RowState^ get ();
}
abstract RowState : RowState with get
override RowState : RowState with get
Property Value
Type:
RowState
The state of the row.
See Also