Method |
Description |
|
CheckState ( ) : void |
|
|
ColumnsEqual ( DataColumn column1, DataColumn column2 ) : bool |
|
|
ColumnsEqual ( DataKey key ) : bool |
|
|
ContainsColumn ( DataColumn column ) : bool |
|
|
DataKey ( DataColumn columns, bool copyColumns ) : System.Diagnostics |
|
|
Equals ( DataKey value ) : bool |
|
|
GetColumnNames ( ) : string[] |
|
|
GetIndexDesc ( ) : System.Data.IndexField[] |
|
|
GetKeyValues ( int record ) : object[] |
|
|
GetSortIndex ( ) : Index |
|
|
GetSortIndex ( DataViewRowState recordStates ) : Index |
|
|
RecordsEqual ( int record1, int record2 ) : bool |
|
|
ToArray ( ) : System.Data.DataColumn[] |
|
|