Method | Description | |
---|---|---|
FieldNameLookup ( IDataRecord reader, int defaultLocaleID ) : System.Collections | ||
FieldNameLookup ( System |
||
FieldNameLookup ( string fieldNames, int defaultLocaleID ) : System.Collections | ||
GetOrdinal ( string fieldName ) : int | ||
IndexOf ( string fieldName ) : int | ||
IndexOfName ( string fieldName ) : int |
Method | Description | |
---|---|---|
GenerateLookup ( ) : void | ||
LinearIndexOf ( string fieldName, CompareOptions compareOptions ) : int |
public FieldNameLookup ( IDataRecord reader, int defaultLocaleID ) : System.Collections | ||
reader | IDataRecord | |
defaultLocaleID | int | |
return | System.Collections |
public FieldNameLookup ( System |
||
columnNames | System |
|
defaultLocaleID | int | |
return | System.Collections |
public FieldNameLookup ( string fieldNames, int defaultLocaleID ) : System.Collections | ||
fieldNames | string | |
defaultLocaleID | int | |
return | System.Collections |
public IndexOfName ( string fieldName ) : int | ||
fieldName | string | |
return | int |