C# Class MySql.Data.Entity.EFMySqlDataReader

Inheritance: DbDataReader
Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

Method Description
Close ( ) : void
EFMySqlDataReader ( EFMySqlCommand cmd, MySqlDataReader wrappedReader ) : System
GetBoolean ( int ordinal ) : bool
GetByte ( int ordinal ) : byte
GetBytes ( int ordinal, long dataOffset, byte buffer, int bufferOffset, int length ) : long
GetChar ( int ordinal ) : char
GetChars ( int ordinal, long dataOffset, char buffer, int bufferOffset, int length ) : long
GetDataTypeName ( int ordinal ) : string
GetDateTime ( int ordinal ) : System.DateTime
GetDecimal ( int ordinal ) : decimal
GetDouble ( int ordinal ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int ordinal ) : Type
GetFloat ( int ordinal ) : float
GetGuid ( int ordinal ) : System.Guid
GetInt16 ( int ordinal ) : short
GetInt32 ( int ordinal ) : int
GetInt64 ( int ordinal ) : long
GetName ( int ordinal ) : string
GetOrdinal ( string name ) : int
GetSchemaTable ( ) : DataTable
GetString ( int ordinal ) : string
GetValue ( int ordinal ) : object
GetValues ( object values ) : int
IsDBNull ( int ordinal ) : bool
NextResult ( ) : bool
Read ( ) : bool
this ( int ordinal ) : object
this ( string name ) : object

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ChangeType ( object sourceValue, Type targetType ) : object

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EFMySqlDataReader() public method

public EFMySqlDataReader ( EFMySqlCommand cmd, MySqlDataReader wrappedReader ) : System
cmd EFMySqlCommand
wrappedReader MySql.Data.MySqlClient.MySqlDataReader
return System

GetBoolean() public method

public GetBoolean ( int ordinal ) : bool
ordinal int
return bool

GetByte() public method

public GetByte ( int ordinal ) : byte
ordinal int
return byte

GetBytes() public method

public GetBytes ( int ordinal, long dataOffset, byte buffer, int bufferOffset, int length ) : long
ordinal int
dataOffset long
buffer byte
bufferOffset int
length int
return long

GetChar() public method

public GetChar ( int ordinal ) : char
ordinal int
return char

GetChars() public method

public GetChars ( int ordinal, long dataOffset, char buffer, int bufferOffset, int length ) : long
ordinal int
dataOffset long
buffer char
bufferOffset int
length int
return long

GetDataTypeName() public method

public GetDataTypeName ( int ordinal ) : string
ordinal int
return string

GetDateTime() public method

public GetDateTime ( int ordinal ) : System.DateTime
ordinal int
return System.DateTime

GetDecimal() public method

public GetDecimal ( int ordinal ) : decimal
ordinal int
return decimal

GetDouble() public method

public GetDouble ( int ordinal ) : double
ordinal int
return double

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetFieldType() public method

public GetFieldType ( int ordinal ) : Type
ordinal int
return System.Type

GetFloat() public method

public GetFloat ( int ordinal ) : float
ordinal int
return float

GetGuid() public method

public GetGuid ( int ordinal ) : System.Guid
ordinal int
return System.Guid

GetInt16() public method

public GetInt16 ( int ordinal ) : short
ordinal int
return short

GetInt32() public method

public GetInt32 ( int ordinal ) : int
ordinal int
return int

GetInt64() public method

public GetInt64 ( int ordinal ) : long
ordinal int
return long

GetName() public method

public GetName ( int ordinal ) : string
ordinal int
return string

GetOrdinal() public method

public GetOrdinal ( string name ) : int
name string
return int

GetSchemaTable() public method

public GetSchemaTable ( ) : DataTable
return System.Data.DataTable

GetString() public method

public GetString ( int ordinal ) : string
ordinal int
return string

GetValue() public method

public GetValue ( int ordinal ) : object
ordinal int
return object

GetValues() public method

public GetValues ( object values ) : int
values object
return int

IsDBNull() public method

public IsDBNull ( int ordinal ) : bool
ordinal int
return bool

NextResult() public method

public NextResult ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

this() public method

public this ( int ordinal ) : object
ordinal int
return object

this() public method

public this ( string name ) : object
name string
return object