Method | Description | |
---|---|---|
GetBoolean ( this rpReader, string rpColumn ) : bool | ||
GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool? | ||
GetBooleanOptional ( this rpReader, string rpColumn ) : bool? | ||
GetDouble ( this rpReader, string rpColumn ) : double | ||
GetDoubleOptional ( this rpReader, int rpOrdinal ) : double? | ||
GetDoubleOptional ( this rpReader, string rpColumn ) : double? | ||
GetInt32 ( this rpReader, string rpColumn ) : int | ||
GetInt32Optional ( this rpReader, int rpOrdinal ) : int? | ||
GetInt32Optional ( this rpReader, string rpColumn ) : int? | ||
GetInt64 ( this rpReader, string rpColumn ) : long | ||
GetInt64Optional ( this rpReader, int rpOrdinal ) : long? | ||
GetInt64Optional ( this rpReader, string rpColumn ) : long? | ||
GetString ( this rpReader, string rpColumn ) : string |
public static GetBoolean ( this rpReader, string rpColumn ) : bool | ||
rpReader | this | |
rpColumn | string | |
return | bool |
public static GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool? | ||
rpReader | this | |
rpOrdinal | int | |
return | bool? |
public static GetBooleanOptional ( this rpReader, string rpColumn ) : bool? | ||
rpReader | this | |
rpColumn | string | |
return | bool? |
public static GetDouble ( this rpReader, string rpColumn ) : double | ||
rpReader | this | |
rpColumn | string | |
return | double |
public static GetDoubleOptional ( this rpReader, int rpOrdinal ) : double? | ||
rpReader | this | |
rpOrdinal | int | |
return | double? |
public static GetDoubleOptional ( this rpReader, string rpColumn ) : double? | ||
rpReader | this | |
rpColumn | string | |
return | double? |
public static GetInt32 ( this rpReader, string rpColumn ) : int | ||
rpReader | this | |
rpColumn | string | |
return | int |
public static GetInt32Optional ( this rpReader, int rpOrdinal ) : int? | ||
rpReader | this | |
rpOrdinal | int | |
return | int? |
public static GetInt32Optional ( this rpReader, string rpColumn ) : int? | ||
rpReader | this | |
rpColumn | string | |
return | int? |
public static GetInt64 ( this rpReader, string rpColumn ) : long | ||
rpReader | this | |
rpColumn | string | |
return | long |
public static GetInt64Optional ( this rpReader, int rpOrdinal ) : long? | ||
rpReader | this | |
rpOrdinal | int | |
return | long? |
public static GetInt64Optional ( this rpReader, string rpColumn ) : long? | ||
rpReader | this | |
rpColumn | string | |
return | long? |
public static GetString ( this rpReader, string rpColumn ) : string | ||
rpReader | this | |
rpColumn | string | |
return | string |