Method | Description | |
---|---|---|
TDSRowTokenBase ( |
Initialization constructor
|
Method | Description | |
---|---|---|
DeflateColumn ( Stream destination, |
Deflate the column into the stream
|
|
InflateColumn ( Stream source, |
Inflate a particular column from the stream
|
protected DeflateColumn ( Stream destination, |
||
destination | Stream | Stream to deflate token to |
column | Column metadata | |
data | object | Column value |
return | void |
protected InflateColumn ( Stream source, |
||
source | Stream | Stream to inflate the column from |
column | Metadata about the column | |
return | object |
public TDSRowTokenBase ( |
||
metadata | ||
return | System |