The methods of the ADOMediator class are listed below. For a complete list of ADOMediator class members, see the ADOMediator Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded.
Invokes method methodName once using values from
running one SELECT statement.
|
![]() |
Performs calculations upon a data set and returns the results by using a
SELECT input query. The method is invoked by passing values returned
by the SELECT statement on every row and added to the returning
array of results.
|
![]() | Overloaded.
Performs calculations upon a data set and writes the results back to
the database, by using a SELECT input query and a stored procedure
or an UPDATE/INSERT command. |
![]() | Changes settings for the input connection. |
![]() | Changes settings for the output connection. |
![]() | Returns a String that represents the current Object. |
![]() |
Invokes a method upon a set of given values and writes its result into
the database, by using a stored procedure or an UPDATE/INSERT
command.
|
![]() | Releases the input and output connections and all other resources held by this instance. |
![]() | Creates a shallow copy of the current Object. |
ADOMediator Class | WebCab.Libraries.Finance.Portfolio.ADO Namespace