| MemoryBufferRowRowState 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
 Syntax
Syntaxpublic RowState RowState { get; }Public ReadOnly Property RowState As RowState
	Get
public:
virtual property RowState^ RowState {
	RowState^ get () sealed;
}abstract RowState : RowState with get
override RowState : RowState with get
Property Value
Type: 
RowState
            The state of the row.
            
Implements
IBufferRowRowState See Also
See Also