Advanced.Data.Provider Documentation

AdpCommand.ExecuteDataSet Method

[This is preliminary documentation and subject to change.]

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataSet object.

Overload List

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataSet object.

public DataSet ExecuteDataSet();

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataSet object.

public DataSet ExecuteDataSet(string);

See Also

AdpCommand Class | Advanced.Data.Provider Namespace