Method | Description | |
---|---|---|
Allocate ( int capacity ) : void | ||
ContainsKey ( string key ) : bool | ||
IndexToColumnName ( int index ) : string | ||
SetOrdinal ( string columnName, int ordinal ) : void | ||
TryGetValue ( string columnName, object &value ) : bool | ||
tgSmartDictionary ( ) : System | ||
tgSmartDictionary ( |
||
tgSmartDictionary ( int>.Dictionary |
||
tgSmartDictionary ( int>.Dictionary |
||
tgSmartDictionary ( int capacity ) : System | ||
tgSmartDictionary ( |
||
this ( string columnName ) : object |
Method | Description | |
---|---|---|
Reallocate ( ) : void |
public IndexToColumnName ( int index ) : string | ||
index | int | |
return | string |
public SetOrdinal ( string columnName, int ordinal ) : void | ||
columnName | string | |
ordinal | int | |
return | void |
public TryGetValue ( string columnName, object &value ) : bool | ||
columnName | string | |
value | object | |
return | bool |
public tgSmartDictionary ( |
||
columns | ||
values | object | |
return | System |
public tgSmartDictionary ( int>.Dictionary |
||
ordinals | int>.Dictionary | |
values | object | |
return | System |
public tgSmartDictionary ( int>.Dictionary |
||
ordinals | int>.Dictionary | |
values | object | |
cloneValues | bool | |
return | System |
public tgSmartDictionary ( int capacity ) : System | ||
capacity | int | |
return | System |
public tgSmartDictionary ( |
||
smartDictionary | ||
return | System |