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

Class that describes metadata of a single column
Inheritance: IInflatable, IDeflatable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

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

Inflate() public méthode

Inflate the token
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
Résultat bool

TDSColumnData() public méthode

Default constructor
public TDSColumnData ( ) : System.Collections.Generic
Résultat System.Collections.Generic