Method | Description | |
---|---|---|
GetBoolean ( this reader, string columnName ) : bool | ||
GetByte ( this reader, string columnName ) : byte | ||
GetDateTime ( this reader, string columnName ) : System.DateTime | ||
GetDecimal ( this reader, string columnName ) : decimal | ||
GetDouble ( this reader, string columnName ) : double | ||
GetGuid ( this reader, string columnName ) : System.Guid | ||
GetInt16 ( this reader, string columnName ) : short | ||
GetInt32 ( this reader, string columnName ) : int | ||
GetInt64 ( this reader, string columnName ) : long | ||
GetNullableBoolean ( this reader, string columnName ) : bool? | ||
GetNullableByte ( this reader, string columnName ) : byte? | ||
GetNullableDateTime ( this reader, string columnName ) : DateTime? | ||
GetNullableDecimal ( this reader, string columnName ) : decimal? | ||
GetNullableDouble ( this reader, string columnName ) : double? | ||
GetNullableGuid ( this reader, string columnName ) : Guid? | ||
GetNullableInt16 ( this reader, string columnName ) : short? | ||
GetNullableInt32 ( this reader, string columnName ) : int? | ||
GetNullableInt64 ( this reader, string columnName ) : long? | ||
GetString ( this reader, string columnName ) : string |
public static GetBoolean ( this reader, string columnName ) : bool | ||
reader | this | |
columnName | string | |
return | bool |
public static GetByte ( this reader, string columnName ) : byte | ||
reader | this | |
columnName | string | |
return | byte |
public static GetDateTime ( this reader, string columnName ) : System.DateTime | ||
reader | this | |
columnName | string | |
return | System.DateTime |
public static GetDecimal ( this reader, string columnName ) : decimal | ||
reader | this | |
columnName | string | |
return | decimal |
public static GetDouble ( this reader, string columnName ) : double | ||
reader | this | |
columnName | string | |
return | double |
public static GetGuid ( this reader, string columnName ) : System.Guid | ||
reader | this | |
columnName | string | |
return | System.Guid |
public static GetInt16 ( this reader, string columnName ) : short | ||
reader | this | |
columnName | string | |
return | short |
public static GetInt32 ( this reader, string columnName ) : int | ||
reader | this | |
columnName | string | |
return | int |
public static GetInt64 ( this reader, string columnName ) : long | ||
reader | this | |
columnName | string | |
return | long |
public static GetNullableBoolean ( this reader, string columnName ) : bool? | ||
reader | this | |
columnName | string | |
return | bool? |
public static GetNullableByte ( this reader, string columnName ) : byte? | ||
reader | this | |
columnName | string | |
return | byte? |
public static GetNullableDateTime ( this reader, string columnName ) : DateTime? | ||
reader | this | |
columnName | string | |
return | DateTime? |
public static GetNullableDecimal ( this reader, string columnName ) : decimal? | ||
reader | this | |
columnName | string | |
return | decimal? |
public static GetNullableDouble ( this reader, string columnName ) : double? | ||
reader | this | |
columnName | string | |
return | double? |
public static GetNullableGuid ( this reader, string columnName ) : Guid? | ||
reader | this | |
columnName | string | |
return | Guid? |
public static GetNullableInt16 ( this reader, string columnName ) : short? | ||
reader | this | |
columnName | string | |
return | short? |
public static GetNullableInt32 ( this reader, string columnName ) : int? | ||
reader | this | |
columnName | string | |
return | int? |
public static GetNullableInt64 ( this reader, string columnName ) : long? | ||
reader | this | |
columnName | string | |
return | long? |
public static GetString ( this reader, string columnName ) : string | ||
reader | this | |
columnName | string | |
return | string |