C# Class Microsoft.SqlServer.TDS.Row.TDSNBCRowToken

Token that corresponds to the row of data with null-byte compression
Inheritance: TDSRowTokenBase
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

TDSNBCRowToken ( TDSColMetadataToken metadata ) : System

Initialization constructor

Method Details

Deflate() public méthode

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Résultat void

Inflate() public méthode

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
Résultat bool

TDSNBCRowToken() public méthode

Initialization constructor
public TDSNBCRowToken ( TDSColMetadataToken metadata ) : System
metadata Microsoft.SqlServer.TDS.ColMetadata.TDSColMetadataToken
Résultat System