C# 클래스 Microsoft.Isam.Esent.Interop.StringColumnValue

A Unicode string column value.
상속: ColumnValue
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
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, ColumnValue columnValues, NATIVE_SETCOLUMN nativeColumns, int i ) : int

Recursive SetColumns method for data pinning. This populates the buffer and calls the inherited SetColumns method.

메소드 상세

GetValueFromBytes() 보호된 메소드

Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object.
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

ToString() 공개 메소드

Gets a string representation of this object.
public ToString ( ) : string
리턴 string