次の方法で共有


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

戻り値

値の読み取りに使用するメソッド。

適用対象