C# Class System.Data.ProviderBase.FieldNameLookup

Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
FieldNameLookup ( IDataRecord reader, int defaultLocaleID ) : System.Collections
FieldNameLookup ( System columnNames, int defaultLocaleID ) : System.Collections
FieldNameLookup ( string fieldNames, int defaultLocaleID ) : System.Collections
GetOrdinal ( string fieldName ) : int
IndexOf ( string fieldName ) : int
IndexOfName ( string fieldName ) : int

Private Methods

Method Description
GenerateLookup ( ) : void
LinearIndexOf ( string fieldName, CompareOptions compareOptions ) : int

Method Details

FieldNameLookup() public method

public FieldNameLookup ( IDataRecord reader, int defaultLocaleID ) : System.Collections
reader IDataRecord
defaultLocaleID int
return System.Collections

FieldNameLookup() public method

public FieldNameLookup ( System columnNames, int defaultLocaleID ) : System.Collections
columnNames System
defaultLocaleID int
return System.Collections

FieldNameLookup() public method

public FieldNameLookup ( string fieldNames, int defaultLocaleID ) : System.Collections
fieldNames string
defaultLocaleID int
return System.Collections

GetOrdinal() public method

public GetOrdinal ( string fieldName ) : int
fieldName string
return int

IndexOf() public method

public IndexOf ( string fieldName ) : int
fieldName string
return int

IndexOfName() public method

public IndexOfName ( string fieldName ) : int
fieldName string
return int