C# Class Microsoft.SqlServer.TDS.SessionState.TDSSessionStateTextSizeOption

Session state for the text size
Inheritance: TDSSessionStateOption
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateTextSizeOption ( ) : System

Default constructor

Method Details

Deflate() public method

Deflate state into the stream
public Deflate ( Stream destination ) : void
destination Stream
return void

Inflate() public method

Inflate from stream
public Inflate ( Stream source ) : bool
source Stream
return bool

TDSSessionStateTextSizeOption() public method

Default constructor
public TDSSessionStateTextSizeOption ( ) : System
return System