20 string[]
array =
new string[fieldCount];
21 for (
int i = 0; i < fieldCount; i++)
31 if (fieldName ==
null)
69 if (compareInfo ==
null)
75 if (compareInfo ==
null)
82 for (
int i = 0; i < num; i++)
101 hashtable[
key] = num2;
static ArgumentNullException ArgumentNull(string parameter)
static IndexOutOfRangeException IndexOutOfRange(string error)
int GetOrdinal(string fieldName)
FieldNameLookup(IDataRecord reader, int defaultLocaleID)
Hashtable _fieldNameLookup
int IndexOf(string fieldName)
readonly string[] _fieldNames
readonly int _defaultLocaleID
int LinearIndexOf(string fieldName, CompareOptions compareOptions)
int Compare(string? string1, string? string2)
static CompareInfo GetCompareInfo(int culture, Assembly assembly)
static CultureInfo InvariantCulture