HostIntegratorSession.ExecuteSQLStatement Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.ExecuteSQLStatement Method 

Executes an SQL statement on a table defined in the model.

[Visual Basic]Public Function ExecuteSQLStatement( _
   ByVal statement As String _
) As DataSet
[C#]
public DataSet ExecuteSQLStatement(
   string statement
);

Parameters

statement
Specifies the SQL statement to execute.

Return Value

This method returns a DataSet containing the results of the query. If no data are returned, this method returns an empty DataSet.

Remarks

Executes an SQL statement on a table defined in the model.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace