WebCab Portfolio for .NET v5.0 Demo

ADOMediator Methods

The methods of the ADOMediator class are listed below. For a complete list of ADOMediator class members, see the ADOMediator Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
OneSelectOverloaded. Invokes method methodName once using values from running one SELECT statement.
Select 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.
SelectAndUpdateOverloaded. 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.
setInputConnection Changes settings for the input connection.
setOutputConnection Changes settings for the output connection.
ToString (inherited from Object)Returns a String that represents the current Object.
Update 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.

Protected Instance Methods

Finalize Releases the input and output connections and all other resources held by this instance.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ADOMediator Class | WebCab.Libraries.Finance.Portfolio.ADO Namespace