DataStreamer.DataReader

Overview

Location

 

constructor  protected

 

constructor

 

DataStreamer.DataReader()

 

Sub New()

Close

 

method Close

 

void Close()

 

Sub Close()

Depth

 

property Depth: Int32 read;

 

Int32 Depth { get; }

 

ReadOnly Property Depth() As Int32

Dispose

 

method Dispose

 

void Dispose()

 

Sub Dispose()

FieldCount

 

property FieldCount: Int32 read;

 

Int32 FieldCount { get; }

 

ReadOnly Property FieldCount() As Int32

GetBoolean

 

method GetBoolean(index: Int32): Boolean

 

Boolean GetBoolean(Int32 index)

 

Function GetBoolean(index As Int32) As Boolean

Parameters:

  • index:

GetByte

 

method GetByte(index: Int32): Byte

 

Byte GetByte(Int32 index)

 

Function GetByte(index As Int32) As Byte

Parameters:

  • index:

GetBytes

 

method GetBytes(index: Int32; fieldOffset: Int64; buffer: array of Byte; offset: Int32; length: Int32): Int64

 

Int64 GetBytes(Int32 index, Int64 fieldOffset, Byte[] buffer, Int32 offset, Int32 length)

 

Function GetBytes(index As Int32, fieldOffset As Int64, buffer As Byte(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetChar

 

method GetChar(index: Int32): Char

 

Char GetChar(Int32 index)

 

Function GetChar(index As Int32) As Char

Parameters:

  • index:

GetChars

 

method GetChars(index: Int32; fieldOffset: Int64; buffer: array of Char; offset: Int32; length: Int32): Int64

 

Int64 GetChars(Int32 index, Int64 fieldOffset, Char[] buffer, Int32 offset, Int32 length)

 

Function GetChars(index As Int32, fieldOffset As Int64, buffer As Char(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetData

 

method GetData(index: Int32): IDataReader

 

IDataReader GetData(Int32 index)

 

Function GetData(index As Int32) As IDataReader

Parameters:

  • index:

GetDataTypeName

 

method GetDataTypeName(index: Int32): String

 

String GetDataTypeName(Int32 index)

 

Function GetDataTypeName(index As Int32) As String

Parameters:

  • index:

GetDateTime

 

method GetDateTime(index: Int32): DateTime

 

DateTime GetDateTime(Int32 index)

 

Function GetDateTime(index As Int32) As DateTime

Parameters:

  • index:

GetDecimal

 

method GetDecimal(index: Int32): Decimal

 

Decimal GetDecimal(Int32 index)

 

Function GetDecimal(index As Int32) As Decimal

Parameters:

  • index:

GetDouble

 

method GetDouble(index: Int32): Double

 

Double GetDouble(Int32 index)

 

Function GetDouble(index As Int32) As Double

Parameters:

  • index:

GetFieldType

 

method GetFieldType(index: Int32): Type

 

Type GetFieldType(Int32 index)

 

Function GetFieldType(index As Int32) As Type

Parameters:

  • index:

GetFloat

 

method GetFloat(index: Int32): Single

 

Single GetFloat(Int32 index)

 

Function GetFloat(index As Int32) As Single

Parameters:

  • index:

GetGuid

 

method GetGuid(index: Int32): Guid

 

Guid GetGuid(Int32 index)

 

Function GetGuid(index As Int32) As Guid

Parameters:

  • index:

GetInt16

 

method GetInt16(index: Int32): Int16

 

Int16 GetInt16(Int32 index)

 

Function GetInt16(index As Int32) As Int16

Parameters:

  • index:

GetInt32

 

method GetInt32(index: Int32): Int32

 

Int32 GetInt32(Int32 index)

 

Function GetInt32(index As Int32) As Int32

Parameters:

  • index:

GetInt64

 

method GetInt64(index: Int32): Int64

 

Int64 GetInt64(Int32 index)

 

Function GetInt64(index As Int32) As Int64

Parameters:

  • index:

GetName

 

method GetName(index: Int32): String

 

String GetName(Int32 index)

 

Function GetName(index As Int32) As String

Parameters:

  • index:

GetOrdinal

 

method GetOrdinal(name: String): Int32

 

Int32 GetOrdinal(String name)

 

Function GetOrdinal(name As String) As Int32

Parameters:

  • name:

GetSchemaTable

 

method GetSchemaTable: DataTable

 

DataTable GetSchemaTable()

 

Function GetSchemaTable() As DataTable

GetString

 

method GetString(index: Int32): String

 

String GetString(Int32 index)

 

Function GetString(index As Int32) As String

Parameters:

  • index:

GetValue

 

method GetValue(index: Int32): Object

 

Object GetValue(Int32 index)

 

Function GetValue(index As Int32) As Object

Parameters:

  • index:

GetValues

 

method GetValues(values: array of Object): Int32

 

Int32 GetValues(Object[] values)

 

Function GetValues(values As Object()) As Int32

Parameters:

  • values:

IsClosed

 

property IsClosed: Boolean read;

 

Boolean IsClosed { get; }

 

ReadOnly Property IsClosed() As Boolean

IsDBNull

 

method IsDBNull(index: Int32): Boolean

 

Boolean IsDBNull(Int32 index)

 

Function IsDBNull(index As Int32) As Boolean

Parameters:

  • index:

Item

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

ReadOnly Property Item(index As Int32) As Object

Item

 

property Item[name: String]: Object read;

 

Object Item[String name] { get; }

 

ReadOnly Property Item(name As String) As Object

NextResult

 

method NextResult: Boolean

 

Boolean NextResult()

 

Function NextResult() As Boolean

Read

 

method Read: Boolean

 

Boolean Read()

 

Function Read() As Boolean

RecordsAffected

 

property RecordsAffected: Int32 read;

 

Int32 RecordsAffected { get; }

 

ReadOnly Property RecordsAffected() As Int32

 

Depth

 

property Depth: Int32 read;

 

Int32 Depth { get; }

 

ReadOnly Property Depth() As Int32

FieldCount

 

property FieldCount: Int32 read;

 

Int32 FieldCount { get; }

 

ReadOnly Property FieldCount() As Int32

IsClosed

 

property IsClosed: Boolean read;

 

Boolean IsClosed { get; }

 

ReadOnly Property IsClosed() As Boolean

Item

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

ReadOnly Property Item(index As Int32) As Object

Item

 

property Item[name: String]: Object read;

 

Object Item[String name] { get; }

 

ReadOnly Property Item(name As String) As Object

RecordsAffected

 

property RecordsAffected: Int32 read;

 

Int32 RecordsAffected { get; }

 

ReadOnly Property RecordsAffected() As Int32

 

constructor  protected

 

constructor

 

DataStreamer.DataReader()

 

Sub New()

Close

 

method Close

 

void Close()

 

Sub Close()

Dispose

 

method Dispose

 

void Dispose()

 

Sub Dispose()

GetBoolean

 

method GetBoolean(index: Int32): Boolean

 

Boolean GetBoolean(Int32 index)

 

Function GetBoolean(index As Int32) As Boolean

Parameters:

  • index:

GetByte

 

method GetByte(index: Int32): Byte

 

Byte GetByte(Int32 index)

 

Function GetByte(index As Int32) As Byte

Parameters:

  • index:

GetBytes

 

method GetBytes(index: Int32; fieldOffset: Int64; buffer: array of Byte; offset: Int32; length: Int32): Int64

 

Int64 GetBytes(Int32 index, Int64 fieldOffset, Byte[] buffer, Int32 offset, Int32 length)

 

Function GetBytes(index As Int32, fieldOffset As Int64, buffer As Byte(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetChar

 

method GetChar(index: Int32): Char

 

Char GetChar(Int32 index)

 

Function GetChar(index As Int32) As Char

Parameters:

  • index:

GetChars

 

method GetChars(index: Int32; fieldOffset: Int64; buffer: array of Char; offset: Int32; length: Int32): Int64

 

Int64 GetChars(Int32 index, Int64 fieldOffset, Char[] buffer, Int32 offset, Int32 length)

 

Function GetChars(index As Int32, fieldOffset As Int64, buffer As Char(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetData

 

method GetData(index: Int32): IDataReader

 

IDataReader GetData(Int32 index)

 

Function GetData(index As Int32) As IDataReader

Parameters:

  • index:

GetDataTypeName

 

method GetDataTypeName(index: Int32): String

 

String GetDataTypeName(Int32 index)

 

Function GetDataTypeName(index As Int32) As String

Parameters:

  • index:

GetDateTime

 

method GetDateTime(index: Int32): DateTime

 

DateTime GetDateTime(Int32 index)

 

Function GetDateTime(index As Int32) As DateTime

Parameters:

  • index:

GetDecimal

 

method GetDecimal(index: Int32): Decimal

 

Decimal GetDecimal(Int32 index)

 

Function GetDecimal(index As Int32) As Decimal

Parameters:

  • index:

GetDouble

 

method GetDouble(index: Int32): Double

 

Double GetDouble(Int32 index)

 

Function GetDouble(index As Int32) As Double

Parameters:

  • index:

GetFieldType

 

method GetFieldType(index: Int32): Type

 

Type GetFieldType(Int32 index)

 

Function GetFieldType(index As Int32) As Type

Parameters:

  • index:

GetFloat

 

method GetFloat(index: Int32): Single

 

Single GetFloat(Int32 index)

 

Function GetFloat(index As Int32) As Single

Parameters:

  • index:

GetGuid

 

method GetGuid(index: Int32): Guid

 

Guid GetGuid(Int32 index)

 

Function GetGuid(index As Int32) As Guid

Parameters:

  • index:

GetInt16

 

method GetInt16(index: Int32): Int16

 

Int16 GetInt16(Int32 index)

 

Function GetInt16(index As Int32) As Int16

Parameters:

  • index:

GetInt32

 

method GetInt32(index: Int32): Int32

 

Int32 GetInt32(Int32 index)

 

Function GetInt32(index As Int32) As Int32

Parameters:

  • index:

GetInt64

 

method GetInt64(index: Int32): Int64

 

Int64 GetInt64(Int32 index)

 

Function GetInt64(index As Int32) As Int64

Parameters:

  • index:

GetName

 

method GetName(index: Int32): String

 

String GetName(Int32 index)

 

Function GetName(index As Int32) As String

Parameters:

  • index:

GetOrdinal

 

method GetOrdinal(name: String): Int32

 

Int32 GetOrdinal(String name)

 

Function GetOrdinal(name As String) As Int32

Parameters:

  • name:

GetSchemaTable

 

method GetSchemaTable: DataTable

 

DataTable GetSchemaTable()

 

Function GetSchemaTable() As DataTable

GetString

 

method GetString(index: Int32): String

 

String GetString(Int32 index)

 

Function GetString(index As Int32) As String

Parameters:

  • index:

GetValue

 

method GetValue(index: Int32): Object

 

Object GetValue(Int32 index)

 

Function GetValue(index As Int32) As Object

Parameters:

  • index:

GetValues

 

method GetValues(values: array of Object): Int32

 

Int32 GetValues(Object[] values)

 

Function GetValues(values As Object()) As Int32

Parameters:

  • values:

IsDBNull

 

method IsDBNull(index: Int32): Boolean

 

Boolean IsDBNull(Int32 index)

 

Function IsDBNull(index As Int32) As Boolean

Parameters:

  • index:

NextResult

 

method NextResult: Boolean

 

Boolean NextResult()

 

Function NextResult() As Boolean

Read

 

method Read: Boolean

 

Boolean Read()

 

Function Read() As Boolean