C# Class System.Data.ProviderBase.FieldNameLookup

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GenerateLookup ( ) : void
LinearIndexOf ( string fieldName, CompareOptions compareOptions ) : int

Method Details

FieldNameLookup() public méthode

public FieldNameLookup ( IDataRecord reader, int defaultLocaleID ) : System.Collections
reader IDataRecord
defaultLocaleID int
Résultat System.Collections

FieldNameLookup() public méthode

public FieldNameLookup ( System columnNames, int defaultLocaleID ) : System.Collections
columnNames System
defaultLocaleID int
Résultat System.Collections

FieldNameLookup() public méthode

public FieldNameLookup ( string fieldNames, int defaultLocaleID ) : System.Collections
fieldNames string
defaultLocaleID int
Résultat System.Collections

GetOrdinal() public méthode

public GetOrdinal ( string fieldName ) : int
fieldName string
Résultat int

IndexOf() public méthode

public IndexOf ( string fieldName ) : int
fieldName string
Résultat int

IndexOfName() public méthode

public IndexOfName ( string fieldName ) : int
fieldName string
Résultat int