C# Class System.Data.RecordManager

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Clear void
CopyRecord int
FreeRecord void
GrowRecordCapacity void
ImportRecord int
NewCapacity int
NewRecordBase int
NormalizedMinimumCapacity int
RecordManager System.Collections.Generic
SetKeyValues void
SetRowCache void
VerifyRecord void
VerifyRecord void
this DataRow

Private Methods

Method Description
Clear ( bool clearAll ) : void
CopyRecord ( DataTable src, int record, int copy ) : int
FreeRecord ( int &record ) : void
GrowRecordCapacity ( ) : void
ImportRecord ( DataTable src, int record ) : int
NewCapacity ( int capacity ) : int
NewRecordBase ( ) : int
NormalizedMinimumCapacity ( int capacity ) : int
RecordManager ( DataTable table ) : System.Collections.Generic
SetKeyValues ( int record, DataKey key, object keyValues ) : void
SetRowCache ( DataRow newRows ) : void
VerifyRecord ( int record ) : void
VerifyRecord ( int record, DataRow row ) : void
this ( int record ) : DataRow