C# Класс Sakuno.KanColle.Amatsukaze.SQLiteDataReaderExtensions

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

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

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

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

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

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

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

public static GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool?
rpReader this
rpOrdinal int
Результат bool?

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

public static GetBooleanOptional ( this rpReader, string rpColumn ) : bool?
rpReader this
rpColumn string
Результат bool?

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

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

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

public static GetDoubleOptional ( this rpReader, int rpOrdinal ) : double?
rpReader this
rpOrdinal int
Результат double?

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

public static GetDoubleOptional ( this rpReader, string rpColumn ) : double?
rpReader this
rpColumn string
Результат double?

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

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

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

public static GetInt32Optional ( this rpReader, int rpOrdinal ) : int?
rpReader this
rpOrdinal int
Результат int?

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

public static GetInt32Optional ( this rpReader, string rpColumn ) : int?
rpReader this
rpColumn string
Результат int?

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

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

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

public static GetInt64Optional ( this rpReader, int rpOrdinal ) : long?
rpReader this
rpOrdinal int
Результат long?

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

public static GetInt64Optional ( this rpReader, string rpColumn ) : long?
rpReader this
rpColumn string
Результат long?

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

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