메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Gets a string representation of this object.
|
메소드 | 설명 | |
---|---|---|
GetValueFromBytes ( byte value, int startIndex, int count, int err ) : void |
Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object.
|
메소드 | 설명 | |
---|---|---|
SetColumns ( JET_SESID sesid, JET_TABLEID tableid, |
Recursive SetColumns method for data pinning. This populates the buffer and calls the inherited SetColumns method.
|
protected GetValueFromBytes ( byte value, int startIndex, int count, int err ) : void | ||
value | byte | An array of bytes. |
startIndex | int | The starting position within the bytes. |
count | int | The number of bytes to decode. |
err | int | The error returned from ESENT. |
리턴 | void |