C# 클래스 System.Data.RecordManager

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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