C# Class System.Data.RecordManager

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство 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

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