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.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
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