C# Класс Microsoft.Isam.Esent.Interop.StringColumnValue

A Unicode string column value.
Наследование: ColumnValue
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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