IBufferRow Properties |
The IBufferRow 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 specifed 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.
|