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

ResultRowData Property

The raw binary data that makes up a row.

Syntax

[VB.NET]
Public ReadOnlyProperty ResultRowData As String
Public ReadOnlyProperty ResultRowDataB As Byte()

[C#]
public string ResultRowData {get;}
public byte[] ResultRowDataB {get;}

Remarks

This is what the SAP system returns, before the component parses the row into individual columns. The ResultRowData will always reflect the current contents of the ResultColumns. If you change data in a column, the RowData will change the next time you retrieve it. Likewise, if you set the ResultRowData, the contents will be parsed into individual ResultColumns.

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