C# Class Microsoft.SqlServer.TDS.ColMetadata.TDSColumnData

Class that describes metadata of a single column
Inheritance: IInflatable, IDeflatable
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSColumnData ( ) : System.Collections.Generic

Default 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
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
return bool

TDSColumnData() public method

Default constructor
public TDSColumnData ( ) : System.Collections.Generic
return System.Collections.Generic