ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

QueryResultRowData Property

The raw binary data of the current row.

Syntax

[VB.NET]
Public ReadOnlyProperty QueryResultRowData As String
Public ReadOnlyProperty QueryResultRowDataB As Byte()

[C#]
public string QueryResultRowData {get;}
public byte[] QueryResultRowDataB {get;}

Remarks

This contains the raw binary data that makes up the row specified by QueryResultRowIndex. This will be populated after a call to ExecuteQuery, and each time QueryResultRowIndex is changed.

This property is read-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0