SimpleDataResult

Overview

SimpleDataResult is a Remoting SDK structure that contains the result of an SQL or plain Data request.

Location


 

constructor

 

constructor

 

SimpleDataResult()

 

Sub New()

Data

List of rows & their columns.

 

property Data: array of array of String read write;

 

String[][] Data { get; set; }

 

Property Data() As String()()

FieldInfo

Field information for this table. Requires that the IncludeSchema property on the request was set to true.

 

property FieldInfo: array of SimpleFieldInfo read write;

 

SimpleFieldInfo[] FieldInfo { get; set; }

 

Property FieldInfo() As SimpleFieldInfo()

GetAttributeCount    (declared in ComplexType)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ComplexType)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ComplexType)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

PropertyChanged    (declared in ComplexType)

 

event PropertyChanged: PropertyChangedEventHandler;

 

delegate PropertyChangedEventHandler PropertyChanged()

 

Event PropertyChanged As PropertyChangedEventHandler

ReadComplex (Serializer)

 

method ReadComplex(aSerializer: Serializer)

 

void ReadComplex(Serializer aSerializer)

 

Sub ReadComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

ReadComplex (Serializer)    (declared in ComplexType)

 

method ReadComplex(serializer: Serializer)

 

void ReadComplex(Serializer serializer)

 

Sub ReadComplex(serializer As Serializer)

Parameters:

  • serializer:

TableName

Contains the table name that was requested.

 

property TableName: String read write;

 

String TableName { get; set; }

 

Property TableName() As String

TriggerPropertyChanged  protected    (declared in ComplexType)

 

method TriggerPropertyChanged(propertyName: String)

 

void TriggerPropertyChanged(String propertyName)

 

Sub TriggerPropertyChanged(propertyName As String)

Parameters:

  • propertyName:

WriteComplex (Serializer)

 

method WriteComplex(aSerializer: Serializer)

 

void WriteComplex(Serializer aSerializer)

 

Sub WriteComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

WriteComplex (Serializer)    (declared in ComplexType)

 

method WriteComplex(serializer: Serializer)

 

void WriteComplex(Serializer serializer)

 

Sub WriteComplex(serializer As Serializer)

Parameters:

  • serializer:

 

Data

List of rows & their columns.

 

property Data: array of array of String read write;

 

String[][] Data { get; set; }

 

Property Data() As String()()

FieldInfo

Field information for this table. Requires that the IncludeSchema property on the request was set to true.

 

property FieldInfo: array of SimpleFieldInfo read write;

 

SimpleFieldInfo[] FieldInfo { get; set; }

 

Property FieldInfo() As SimpleFieldInfo()

TableName

Contains the table name that was requested.

 

property TableName: String read write;

 

String TableName { get; set; }

 

Property TableName() As String

 

constructor

 

constructor

 

SimpleDataResult()

 

Sub New()

GetAttributeCount    (declared in ComplexType)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ComplexType)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ComplexType)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

ReadComplex (Serializer)

 

method ReadComplex(aSerializer: Serializer)

 

void ReadComplex(Serializer aSerializer)

 

Sub ReadComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

ReadComplex (Serializer)    (declared in ComplexType)

 

method ReadComplex(serializer: Serializer)

 

void ReadComplex(Serializer serializer)

 

Sub ReadComplex(serializer As Serializer)

Parameters:

  • serializer:

TriggerPropertyChanged  protected    (declared in ComplexType)

 

method TriggerPropertyChanged(propertyName: String)

 

void TriggerPropertyChanged(String propertyName)

 

Sub TriggerPropertyChanged(propertyName As String)

Parameters:

  • propertyName:

WriteComplex (Serializer)

 

method WriteComplex(aSerializer: Serializer)

 

void WriteComplex(Serializer aSerializer)

 

Sub WriteComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

WriteComplex (Serializer)    (declared in ComplexType)

 

method WriteComplex(serializer: Serializer)

 

void WriteComplex(Serializer serializer)

 

Sub WriteComplex(serializer As Serializer)

Parameters:

  • serializer:

 

PropertyChanged    (declared in ComplexType)

 

event PropertyChanged: PropertyChangedEventHandler;

 

delegate PropertyChangedEventHandler PropertyChanged()

 

Event PropertyChanged As PropertyChangedEventHandler

 

  • SimpleDataResult Class: