Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.ProviderBase.FieldNameLookup Class Referencesealed

Public Member Functions

 FieldNameLookup (IDataRecord reader, int defaultLocaleID)
 
int GetOrdinal (string fieldName)
 
int IndexOf (string fieldName)
 

Private Member Functions

int LinearIndexOf (string fieldName, CompareOptions compareOptions)
 
void GenerateLookup ()
 

Private Attributes

Hashtable _fieldNameLookup
 
readonly string[] _fieldNames
 
CompareInfo _compareInfo
 
readonly int _defaultLocaleID
 

Detailed Description

Definition at line 7 of file FieldNameLookup.cs.


The documentation for this class was generated from the following file: