Click or drag to resize

AdoDataConnectionRetrieveData Method

Overload List
  Name Description
Public method RetrieveData(String, Object) Executes the SQL statement using Connection, and returns the first DataTable of result set, if the result set contains at least one table.
Public method RetrieveData(Int32, String, Object) Executes the SQL statement using Connection, and returns the first DataTable of result set, if the result set contains at least one table.
Top
See Also