C# Class Microsoft.SqlServer.TDS.ReturnStatus.TDSReturnStatusToken

Completion packet "RETURNSTATUS" token
Inheritance: TDSPacketToken
Mostra file Open project: dotnet/corefx

Public Methods

Method 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

TDSReturnStatusToken ( ) : System.IO

Default constructor

TDSReturnStatusToken ( int value ) : System.IO

Initialization constructor

Method Details

Deflate() public method

Deflate the token
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream to deflate token to
return void

Inflate() public method

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 System.IO.Stream Stream to inflate the token from
return bool

TDSReturnStatusToken() public method

Default constructor
public TDSReturnStatusToken ( ) : System.IO
return System.IO

TDSReturnStatusToken() public method

Initialization constructor
public TDSReturnStatusToken ( int value ) : System.IO
value int
return System.IO