BusinessLogicDataReader Class

Definition

public ref class BusinessLogicDataReader : IDisposable, System::Data::IDataReader
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicDataReader : IDisposable, System.Data.IDataReader
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicDataReader = class
    interface IDataReader
    interface IDisposable
    interface IDataRecord
Public Class BusinessLogicDataReader
Implements IDataReader, IDisposable
Inheritance
BusinessLogicDataReader
Attributes
Implements

Constructors

BusinessLogicDataReader(TempDBResultSet)

Properties

Depth
FieldCount
IsClosed
Item[Int32]
Item[String]
RecordsAffected

Methods

Close()
Dispose()
GetBoolean(Int32)
GetByte(Int32)
GetBytes(Int32, Int64, Byte[], Int32, Int32)
GetChar(Int32)
GetChars(Int32, Int64, Char[], Int32, Int32)
GetData(Int32)
GetDataTypeName(Int32)
GetDateTime(Int32)
GetDecimal(Int32)
GetDouble(Int32)
GetFieldType(Int32)
GetFloat(Int32)
GetGuid(Int32)
GetInt16(Int32)
GetInt32(Int32)
GetInt64(Int32)
GetName(Int32)
GetOrdinal(String)
GetSchemaTable()
GetString(Int32)
GetValue(Int32)
GetValues(Object[])
IsDBNull(Int32)
NextResult()
Read()

Applies to