Microsoft.Data.ProviderBase.FieldNameLookup
namespace Microsoft.Data.ProviderBase
{
internal sealed class FieldNameLookup
{
public FieldNameLookup(string[] fieldNames, int defaultLocaleID);
public FieldNameLookup(IDataReader reader, int defaultLocaleID);
public int GetOrdinal(string fieldName);
}
}