MemoryBufferRow Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The MemoryBufferRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Gets the value of the column with the specified index.
|
![]() | ItemString |
Gets or sets the value of the specified column.
|
![]() | ItemIBufferColumn |
Gets or sets the value of the specified column.
|
![]() | ItemString, RowVersion |
Gets the value of the specified version of the specified column.
|
![]() | ItemIBufferColumn, RowVersion |
Gets the specified version of the value of the specified column.
|
![]() | PrimaryKey |
Gets or sets the primary key.
|
![]() | RowState |
Gets the current state of the row.
|
![]() | Table |
Gets the table holding the row.
|
Name | Description | |
---|---|---|
![]() | AcceptChanges |
Commits all changes to the row data since the last call to AcceptChanges.
Copies all current values to the original values.
|
![]() | CopyStateFrom |
Applies the RowState of the specified row to the current row.
|
![]() | Delete |
Deletes the specified row.
|
![]() | Protect |
Protects this instance.
|
![]() | RejectChanges |
Rejects all changes to the row.
|
![]() | SetModified |
Sets the row state to Modified.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | UpdateFrom |
Updates the columns values of this row with the values of the specified row.
|
Name | Description | |
---|---|---|
![]() | AddToTable |
Adds the row to the specified table.
(Defined by IBufferRowExtensions.) |
![]() | GetOwnershipRow |
Gets the ownership row of a row.
(Defined by IBufferRowExtensions.) |