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

返回

用于读取值的方法。

适用于