Click or drag to resize
StoredProcedureCall Class
Class which defines a stored procedure call, used in the generated code to call an Action or Retrieval stored procedure.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesStoredProcedureCall

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class StoredProcedureCall : IDisposable

The StoredProcedureCall type exposes the following members.

Constructors
  NameDescription
Public methodStoredProcedureCall
Initializes a new instance of the StoredProcedureCall class.
Top
Methods
  NameDescription
Public methodAddParameter
Adds a new parameter to the call
Public methodAddReturnValueParameter
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
Public methodCall
Calls the stored procedure using the specified dataAccessProvider.
Public methodCallAsync
Async variant of Call Calls the stored procedure using the specified dataAccessProvider.
Public methodDispose
Releases unmanaged and - optionally - managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillDataSet
Fills a new DataSet with name equal to the specified mappedCallName with the results of the stored procedure when called.
Public methodFillDataTable
Fills a new DataTable with name equal to the specified mappedCallName with the results of the stored procedure when called.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParameterValueTValue
Gets the value of the parameter at the index specified
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToRetrievalQuery
Creates a RetrievalQuery from the stored procedure call.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also