AddDataRow Method: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
==Syntax==
==Syntax==
*AddDataRow( {{APIPrefix|ByVal}} row {{APIPrefix|As RawData}})
*AddDataRow( {{APIPrefix|ByVal}} row {{APIPrefix|As RawData}})
Parameters
:''row'':


==Usage Example==
==Usage Example==

Revision as of 17:26, 6 May 2014


Clears the RawDataSet of all RawData

Syntax

  • AddDataRow( ByVal row As RawData)

Parameters

row:

Usage Example