C# Класс JPB.DataAccess.AdoWrapper.EgarDataRecord

Provides an IDataRecord Access that enumerates the Source record
Наследование: IDataRecord, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
this objectIDataRecord.System
this objectIDataRecord.System

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

Метод Описание
Dispose ( ) : void
EgarDataRecord ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System

Enumerates all items in the source record

FromDictionary ( object>.Dictionary values ) : EgarDataRecord

Creates a new Eagar recrod based on an Dictionary

GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
GetChar ( int i ) : char
GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
GetData ( int i ) : IDataReader
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : System.DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetGuid ( int i ) : System.Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string name ) : int
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool

Защищенные методы

Метод Описание
EgarDataRecord ( ) : System

Приватные методы

Метод Описание
this ( int i ) : objectIDataRecord.System
this ( string name ) : objectIDataRecord.System

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

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EgarDataRecord() защищенный Метод

protected EgarDataRecord ( ) : System
Результат System

EgarDataRecord() публичный Метод

Enumerates all items in the source record
public EgarDataRecord ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System
sourceRecord IDataRecord
accessLayer JPB.DataAccess.Manager.DbAccessLayer
Результат System

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

Creates a new Eagar recrod based on an Dictionary
public static FromDictionary ( object>.Dictionary values ) : EgarDataRecord
values object>.Dictionary
Результат EgarDataRecord

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

public GetBoolean ( int i ) : bool
i int
Результат bool

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

public GetByte ( int i ) : byte
i int
Результат byte

GetBytes() публичный Метод

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
Результат long

GetChar() публичный Метод

public GetChar ( int i ) : char
i int
Результат char

GetChars() публичный Метод

public GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
i int
fieldoffset long
buffer char
bufferoffset int
length int
Результат long

GetData() публичный Метод

public GetData ( int i ) : IDataReader
i int
Результат IDataReader

GetDataTypeName() публичный Метод

public GetDataTypeName ( int i ) : string
i int
Результат string

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

public GetDateTime ( int i ) : System.DateTime
i int
Результат System.DateTime

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

public GetDecimal ( int i ) : decimal
i int
Результат decimal

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

public GetDouble ( int i ) : double
i int
Результат double

GetFieldType() публичный Метод

public GetFieldType ( int i ) : Type
i int
Результат System.Type

GetFloat() публичный Метод

public GetFloat ( int i ) : float
i int
Результат float

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

public GetGuid ( int i ) : System.Guid
i int
Результат System.Guid

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

public GetInt16 ( int i ) : short
i int
Результат short

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

public GetInt32 ( int i ) : int
i int
Результат int

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

public GetInt64 ( int i ) : long
i int
Результат long

GetName() публичный Метод

public GetName ( int i ) : string
i int
Результат string

GetOrdinal() публичный Метод

public GetOrdinal ( string name ) : int
name string
Результат int

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

public GetString ( int i ) : string
i int
Результат string

GetValue() публичный Метод

public GetValue ( int i ) : object
i int
Результат object

GetValues() публичный Метод

public GetValues ( object values ) : int
values object
Результат int

IsDBNull() публичный Метод

public IsDBNull ( int i ) : bool
i int
Результат bool