C# Class JPB.DataAccess.AdoWrapper.EgarDataRecord

Provides an IDataRecord Access that enumerates the Source record
Inheritance: IDataRecord, IDisposable
Afficher le fichier Open project: JPVenson/DataAccess

Private Properties

Свойство Type Description
this objectIDataRecord.System
this objectIDataRecord.System

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
EgarDataRecord ( ) : System

Private Methods

Méthode Description
this ( int i ) : objectIDataRecord.System
this ( string name ) : objectIDataRecord.System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EgarDataRecord() protected méthode

protected EgarDataRecord ( ) : System
Résultat System

EgarDataRecord() public méthode

Enumerates all items in the source record
public EgarDataRecord ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System
sourceRecord IDataRecord
accessLayer JPB.DataAccess.Manager.DbAccessLayer
Résultat System

FromDictionary() public static méthode

Creates a new Eagar recrod based on an Dictionary
public static FromDictionary ( object>.Dictionary values ) : EgarDataRecord
values object>.Dictionary
Résultat EgarDataRecord

GetBoolean() public méthode

public GetBoolean ( int i ) : bool
i int
Résultat bool

GetByte() public méthode

public GetByte ( int i ) : byte
i int
Résultat byte

GetBytes() public méthode

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
Résultat long

GetChar() public méthode

public GetChar ( int i ) : char
i int
Résultat char

GetChars() public méthode

public GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
i int
fieldoffset long
buffer char
bufferoffset int
length int
Résultat long

GetData() public méthode

public GetData ( int i ) : IDataReader
i int
Résultat IDataReader

GetDataTypeName() public méthode

public GetDataTypeName ( int i ) : string
i int
Résultat string

GetDateTime() public méthode

public GetDateTime ( int i ) : System.DateTime
i int
Résultat System.DateTime

GetDecimal() public méthode

public GetDecimal ( int i ) : decimal
i int
Résultat decimal

GetDouble() public méthode

public GetDouble ( int i ) : double
i int
Résultat double

GetFieldType() public méthode

public GetFieldType ( int i ) : Type
i int
Résultat System.Type

GetFloat() public méthode

public GetFloat ( int i ) : float
i int
Résultat float

GetGuid() public méthode

public GetGuid ( int i ) : System.Guid
i int
Résultat System.Guid

GetInt16() public méthode

public GetInt16 ( int i ) : short
i int
Résultat short

GetInt32() public méthode

public GetInt32 ( int i ) : int
i int
Résultat int

GetInt64() public méthode

public GetInt64 ( int i ) : long
i int
Résultat long

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

GetOrdinal() public méthode

public GetOrdinal ( string name ) : int
name string
Résultat int

GetString() public méthode

public GetString ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( int i ) : object
i int
Résultat object

GetValues() public méthode

public GetValues ( object values ) : int
values object
Résultat int

IsDBNull() public méthode

public IsDBNull ( int i ) : bool
i int
Résultat bool