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

Session state of the user options
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

TDSSessionStateUserOptionsOption ( ) : 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

TDSSessionStateUserOptionsOption() public method

Default constructor
public TDSSessionStateUserOptionsOption ( ) : System
return System