다음을 통해 공유


RelationalTypeMapping.GetDataReaderMethod 메서드

정의

오버로드

GetDataReaderMethod()

지정된 형식의 값을 읽을 때 사용할 메서드입니다. 메서드는 또는 해당 하위 클래스 중 하나에 정의 DbDataReader 되어야 합니다.

GetDataReaderMethod(Type)

지정된 형식의 값을 읽을 때 사용할 메서드입니다. 메서드는 에 DbDataReader정의되어야 합니다.

GetDataReaderMethod()

지정된 형식의 값을 읽을 때 사용할 메서드입니다. 메서드는 또는 해당 하위 클래스 중 하나에 정의 DbDataReader 되어야 합니다.

public virtual System.Reflection.MethodInfo GetDataReaderMethod ();
abstract member GetDataReaderMethod : unit -> System.Reflection.MethodInfo
override this.GetDataReaderMethod : unit -> System.Reflection.MethodInfo
Public Overridable Function GetDataReaderMethod () As MethodInfo

반환

값을 읽는 데 사용할 메서드입니다.

적용 대상

GetDataReaderMethod(Type)

지정된 형식의 값을 읽을 때 사용할 메서드입니다. 메서드는 에 DbDataReader정의되어야 합니다.

public static System.Reflection.MethodInfo GetDataReaderMethod (Type type);
static member GetDataReaderMethod : Type -> System.Reflection.MethodInfo
Public Shared Function GetDataReaderMethod (type As Type) As MethodInfo

매개 변수

type
Type

반환

값을 읽는 데 사용할 메서드입니다.

적용 대상