AdoDataConnectionRetrieveDataSet(String, Object) Method

Executes the SQL statement using Connection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.173 -- Release Build+474588f786435fdbe229c98c8ae1a9379898a9e0
public DataSet RetrieveDataSet(
	string sqlFormat,
	params Object?[] parameters
)

Parameters

sqlFormat  String
Format string for the SQL statement to be executed.
parameters  Object
The parameter values to be used to fill in DbParameter parameters.

Return Value

DataSet
A DataSet object.

See Also