C# Класс BelhardTraining.Extensions.DbDataReaderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetBoolean() публичный статический Метод

public static GetBoolean ( this reader, string columnName ) : bool
reader this
columnName string
Результат bool

GetByte() публичный статический Метод

public static GetByte ( this reader, string columnName ) : byte
reader this
columnName string
Результат byte

GetDateTime() публичный статический Метод

public static GetDateTime ( this reader, string columnName ) : System.DateTime
reader this
columnName string
Результат System.DateTime

GetDecimal() публичный статический Метод

public static GetDecimal ( this reader, string columnName ) : decimal
reader this
columnName string
Результат decimal

GetDouble() публичный статический Метод

public static GetDouble ( this reader, string columnName ) : double
reader this
columnName string
Результат double

GetGuid() публичный статический Метод

public static GetGuid ( this reader, string columnName ) : System.Guid
reader this
columnName string
Результат System.Guid

GetInt16() публичный статический Метод

public static GetInt16 ( this reader, string columnName ) : short
reader this
columnName string
Результат short

GetInt32() публичный статический Метод

public static GetInt32 ( this reader, string columnName ) : int
reader this
columnName string
Результат int

GetInt64() публичный статический Метод

public static GetInt64 ( this reader, string columnName ) : long
reader this
columnName string
Результат long

GetNullableBoolean() публичный статический Метод

public static GetNullableBoolean ( this reader, string columnName ) : bool?
reader this
columnName string
Результат bool?

GetNullableByte() публичный статический Метод

public static GetNullableByte ( this reader, string columnName ) : byte?
reader this
columnName string
Результат byte?

GetNullableDateTime() публичный статический Метод

public static GetNullableDateTime ( this reader, string columnName ) : DateTime?
reader this
columnName string
Результат DateTime?

GetNullableDecimal() публичный статический Метод

public static GetNullableDecimal ( this reader, string columnName ) : decimal?
reader this
columnName string
Результат decimal?

GetNullableDouble() публичный статический Метод

public static GetNullableDouble ( this reader, string columnName ) : double?
reader this
columnName string
Результат double?

GetNullableGuid() публичный статический Метод

public static GetNullableGuid ( this reader, string columnName ) : Guid?
reader this
columnName string
Результат Guid?

GetNullableInt16() публичный статический Метод

public static GetNullableInt16 ( this reader, string columnName ) : short?
reader this
columnName string
Результат short?

GetNullableInt32() публичный статический Метод

public static GetNullableInt32 ( this reader, string columnName ) : int?
reader this
columnName string
Результат int?

GetNullableInt64() публичный статический Метод

public static GetNullableInt64 ( this reader, string columnName ) : long?
reader this
columnName string
Результат long?

GetString() публичный статический Метод

public static GetString ( this reader, string columnName ) : string
reader this
columnName string
Результат string