C# Class System.Data.Common.SingleStorage

Inheritance: DataStorage
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Aggregate ( int records, AggregateType kind ) : object
Compare ( int recordNo1, int recordNo2 ) : int
CompareValueTo ( int recordNo, object value ) : int
ConvertObjectToXml ( object value ) : string
ConvertValue ( object value ) : object
ConvertXmlToObject ( string s ) : object
Copy ( int recordNo1, int recordNo2 ) : void
Get ( int record ) : object
Set ( int record, object value ) : void
SetCapacity ( int capacity ) : void
SingleStorage ( DataColumn column ) : System.Xml

Protected Methods

Method Description
CopyValue ( int record, object store, BitArray nullbits, int storeIndex ) : void
GetEmptyStorage ( int recordCount ) : object
SetStorage ( object store, BitArray nullbits ) : void

Method Details

Aggregate() public method

public Aggregate ( int records, AggregateType kind ) : object
records int
kind AggregateType
return object

Compare() public method

public Compare ( int recordNo1, int recordNo2 ) : int
recordNo1 int
recordNo2 int
return int

CompareValueTo() public method

public CompareValueTo ( int recordNo, object value ) : int
recordNo int
value object
return int

ConvertObjectToXml() public method

public ConvertObjectToXml ( object value ) : string
value object
return string

ConvertValue() public method

public ConvertValue ( object value ) : object
value object
return object

ConvertXmlToObject() public method

public ConvertXmlToObject ( string s ) : object
s string
return object

Copy() public method

public Copy ( int recordNo1, int recordNo2 ) : void
recordNo1 int
recordNo2 int
return void

CopyValue() protected method

protected CopyValue ( int record, object store, BitArray nullbits, int storeIndex ) : void
record int
store object
nullbits System.Collections.BitArray
storeIndex int
return void

Get() public method

public Get ( int record ) : object
record int
return object

GetEmptyStorage() protected method

protected GetEmptyStorage ( int recordCount ) : object
recordCount int
return object

Set() public method

public Set ( int record, object value ) : void
record int
value object
return void

SetCapacity() public method

public SetCapacity ( int capacity ) : void
capacity int
return void

SetStorage() protected method

protected SetStorage ( object store, BitArray nullbits ) : void
store object
nullbits System.Collections.BitArray
return void

SingleStorage() public method

public SingleStorage ( DataColumn column ) : System.Xml
column DataColumn
return System.Xml