C# 클래스 System.Data.ProviderBase.FieldNameLookup

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GenerateLookup ( ) : void
LinearIndexOf ( string fieldName, CompareOptions compareOptions ) : int

메소드 상세

FieldNameLookup() 공개 메소드

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

FieldNameLookup() 공개 메소드

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

FieldNameLookup() 공개 메소드

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

GetOrdinal() 공개 메소드

public GetOrdinal ( string fieldName ) : int
fieldName string
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string fieldName ) : int
fieldName string
리턴 int

IndexOfName() 공개 메소드

public IndexOfName ( string fieldName ) : int
fieldName string
리턴 int