Click or drag to resize

AdoDataConnection.RetrieveRow Method

Overload List
  Name Description
Public method RetrieveRow(String, Object[]) Executes the SQL statement using Connection, and returns the first DataRow in the result set.
Public method RetrieveRow(Int32, String, Object[]) Executes the SQL statement using Connection, and returns the first DataRow in the result set.
Top
See Also