StoredProcedureCall Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The StoredProcedureCall type exposes the following members.
Name | Description | |
---|---|---|
StoredProcedureCall |
Initializes a new instance of the StoredProcedureCall class.
|
Name | Description | |
---|---|---|
AddParameter |
Adds a new parameter to the call
| |
AddReturnValueParameter |
Adds a return value parameter. If the stored procedure returns an integer value (possible in some databases) as return value, use this
method to add such a parameter to the call
| |
Call |
Calls the stored procedure using the specified dataAccessProvider.
| |
CallAsync |
Async variant of Call
Calls the stored procedure using the specified dataAccessProvider.
| |
Dispose |
Releases unmanaged and - optionally - managed resources
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FillDataSet |
Fills a new DataSet with name equal to the specified mappedCallName with the results of the stored procedure when called.
| |
FillDataTable |
Fills a new DataTable with name equal to the specified mappedCallName with the results of the stored procedure when called.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParameterValueTValue |
Gets the value of the parameter at the index specified
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToRetrievalQuery |
Creates a RetrievalQuery from the stored procedure call.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |