Responder Developer Guide
ExecuteDataSet Method


Version: 10.2.1a

Resource Center Home

The operations to perform against the database
Executes operations against the database that returns multiple records (via a DataSet).
Syntax
'Declaration
 
Public Function ExecuteDataSet( _
   ByVal session As DataSession, _
   ByVal ParamArray operations() As IDbOperation _
) As DataSet
'Usage
 
Dim instance As DataSource
Dim session As DataSession
Dim operations() As IDbOperation
Dim value As DataSet
 
value = instance.ExecuteDataSet(session, operations)
public DataSet ExecuteDataSet( 
   DataSession session,
   params IDbOperation[] operations
)

Parameters

session
operations
The operations to perform against the database

Return Value

A DataSet with a DataTable for each resultset (ie. the results of each operation)
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSource Class
DataSource Members

 

 


Send Comment