C# Класс Microsoft.SqlServer.TDS.Row.TDSRowToken

Token that corresponds to the row of data
Наследование: TDSRowTokenBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSRowToken ( TDSColMetadataToken metadata ) : System

Initialization constructor

Описание методов

Deflate() публичный метод

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Результат void

Inflate() публичный метод

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
Результат bool

TDSRowToken() публичный метод

Initialization constructor
public TDSRowToken ( TDSColMetadataToken metadata ) : System
metadata Microsoft.SqlServer.TDS.ColMetadata.TDSColMetadataToken
Результат System