C# Класс System.Data.RecordManager

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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