DbDataReader
Overview
Reader class used to read the result of an SQL query.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor (declared in Object)
constructor
DbDataReader()
init()
DbDataReader()
Sub New()
Dispose virtual abstract
method Dispose
void Dispose()
func Dispose()
void Dispose()
Sub Dispose()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
FieldCount virtual
Contains the number of fields.
property FieldCount: Int32 read;
Int32 FieldCount { get; }
var FieldCount: Int32 { get{} }
Int32 FieldCount { __get; }
ReadOnly Property FieldCount() As Int32
FieldName virtual
Contains the field names from this query, accessible by index.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Item virtual
Returns the values in this row. Note that the reader is "before" the first row, call Read/ReadAsync first.
Read virtual abstract
Retrieves the next row, returns true if succesful, false if the end of the dataset has been reached. By default the reader is set before the first row, so the first call should always be to Read.
method Read: Boolean
Boolean Read()
func Read() -> Boolean
Boolean Read()
Function Read() As Boolean
ReadAsync virtual
Retrieves the next row, returns true if succesful, false if the end of the dataset has been reached. By default the reader is set before the first row, so the first call should always be to Read.
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString virtual (declared in Object)
Gets the string representation of this method.
FieldCount virtual
Contains the number of fields.
property FieldCount: Int32 read;
Int32 FieldCount { get; }
var FieldCount: Int32 { get{} }
Int32 FieldCount { __get; }
ReadOnly Property FieldCount() As Int32
FieldName virtual
Contains the field names from this query, accessible by index.
Item virtual
Returns the values in this row. Note that the reader is "before" the first row, call Read/ReadAsync first.
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor (declared in Object)
constructor
DbDataReader()
init()
DbDataReader()
Sub New()
Dispose virtual abstract
method Dispose
void Dispose()
func Dispose()
void Dispose()
Sub Dispose()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Read virtual abstract
Retrieves the next row, returns true if succesful, false if the end of the dataset has been reached. By default the reader is set before the first row, so the first call should always be to Read.
method Read: Boolean
Boolean Read()
func Read() -> Boolean
Boolean Read()
Function Read() As Boolean
ReadAsync virtual
Retrieves the next row, returns true if succesful, false if the end of the dataset has been reached. By default the reader is set before the first row, so the first call should always be to Read.
ToString virtual (declared in Object)
Gets the string representation of this method.