Bin2DataStreamer.Bin2DataReader
Overview
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
- Nested in: Bin2DataStreamer
- Ancestry: DataReader | Bin2DataStreamer.Bin2DataReader
constructor
constructor(owner: Bin2DataStreamer; rowCount: Int32; fieldInfo: array of FieldInfo)
Bin2DataStreamer.Bin2DataReader(Bin2DataStreamer owner, Int32 rowCount, FieldInfo[] fieldInfo)
init(_ owner: Bin2DataStreamer, _ rowCount: Int32, _ fieldInfo: FieldInfo...)
Sub New(owner As Bin2DataStreamer, rowCount As Int32, fieldInfo As FieldInfo())
Parameters:
- owner:
- rowCount:
- fieldInfo:
Close
method Close
void Close()
func Close()
Sub Close()
FieldCount
property FieldCount: Int32 read;
Int32 FieldCount { get; }
var FieldCount: Int32 { get{} }
ReadOnly Property FieldCount() As Int32
GetDataTypeName
method GetDataTypeName(i: Int32): String
String GetDataTypeName(Int32 i)
func GetDataTypeName(_ i: Int32) -> String
Function GetDataTypeName(i As Int32) As String
Parameters:
- i:
GetFieldType
method GetFieldType(i: Int32): Type
Type GetFieldType(Int32 i)
func GetFieldType(_ i: Int32) -> Type
Function GetFieldType(i As Int32) As Type
Parameters:
- i:
GetItem protected
method GetItem(index: Int32): Object
Object GetItem(Int32 index)
func GetItem(_ index: Int32) -> Object
Function GetItem(index As Int32) As Object
Parameters:
- index:
GetName
method GetName(i: Int32): String
String GetName(Int32 i)
func GetName(_ i: Int32) -> String
Function GetName(i As Int32) As String
Parameters:
- i:
GetOrdinal
method GetOrdinal(name: String): Int32
Int32 GetOrdinal(String name)
func GetOrdinal(_ name: String) -> Int32
Function GetOrdinal(name As String) As Int32
Parameters:
- name:
IsClosed
property IsClosed: Boolean read;
Boolean IsClosed { get; }
var IsClosed: Boolean { get{} }
ReadOnly Property IsClosed() As Boolean
Item
property Item[index: Int32]: Object read;
Object Item[Int32 index] { get; }
subscript Item(_ index: Int32) -> Object { get{} }
ReadOnly Property Item(index As Int32) As Object
Item
property Item[name: String]: Object read;
Object Item[String name] { get; }
subscript Item(_ name: String) -> Object { get{} }
ReadOnly Property Item(name As String) As Object
Read
method Read: Boolean
Boolean Read()
func Read() -> Boolean
Function Read() As Boolean
FieldCount
property FieldCount: Int32 read;
Int32 FieldCount { get; }
var FieldCount: Int32 { get{} }
ReadOnly Property FieldCount() As Int32
IsClosed
property IsClosed: Boolean read;
Boolean IsClosed { get; }
var IsClosed: Boolean { get{} }
ReadOnly Property IsClosed() As Boolean
Item
property Item[index: Int32]: Object read;
Object Item[Int32 index] { get; }
subscript Item(_ index: Int32) -> Object { get{} }
ReadOnly Property Item(index As Int32) As Object
Item
property Item[name: String]: Object read;
Object Item[String name] { get; }
subscript Item(_ name: String) -> Object { get{} }
ReadOnly Property Item(name As String) As Object
constructor
constructor(owner: Bin2DataStreamer; rowCount: Int32; fieldInfo: array of FieldInfo)
Bin2DataStreamer.Bin2DataReader(Bin2DataStreamer owner, Int32 rowCount, FieldInfo[] fieldInfo)
init(_ owner: Bin2DataStreamer, _ rowCount: Int32, _ fieldInfo: FieldInfo...)
Sub New(owner As Bin2DataStreamer, rowCount As Int32, fieldInfo As FieldInfo())
Parameters:
- owner:
- rowCount:
- fieldInfo:
Close
method Close
void Close()
func Close()
Sub Close()
GetDataTypeName
method GetDataTypeName(i: Int32): String
String GetDataTypeName(Int32 i)
func GetDataTypeName(_ i: Int32) -> String
Function GetDataTypeName(i As Int32) As String
Parameters:
- i:
GetFieldType
method GetFieldType(i: Int32): Type
Type GetFieldType(Int32 i)
func GetFieldType(_ i: Int32) -> Type
Function GetFieldType(i As Int32) As Type
Parameters:
- i:
GetItem protected
method GetItem(index: Int32): Object
Object GetItem(Int32 index)
func GetItem(_ index: Int32) -> Object
Function GetItem(index As Int32) As Object
Parameters:
- index:
GetName
method GetName(i: Int32): String
String GetName(Int32 i)
func GetName(_ i: Int32) -> String
Function GetName(i As Int32) As String
Parameters:
- i:
GetOrdinal
method GetOrdinal(name: String): Int32
Int32 GetOrdinal(String name)
func GetOrdinal(_ name: String) -> Int32
Function GetOrdinal(name As String) As Int32
Parameters:
- name:
Read
method Read: Boolean
Boolean Read()
func Read() -> Boolean
Function Read() As Boolean