| DataAccessCoreImplIDataAccessCoreProduceCorrectStoredProcedureName Method  | 
 
            Creates the correct stored procedure name, i.e. with catalog / schema name replaced properly.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses.SelfServicingSpecific
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxstring IDataAccessCore.ProduceCorrectStoredProcedureName(
	string storedProcedureToCall
)
Private Function ProduceCorrectStoredProcedureName ( 
	storedProcedureToCall As String
) As String Implements IDataAccessCore.ProduceCorrectStoredProcedureName
Parameters
- storedProcedureToCall
 - Type: SystemString
The stored procedure to call. 
Return Value
Type: 
Stringthe stored procedure name to use in a procedure call with schemas etc. properly replaced.
Implements
IDataAccessCoreProduceCorrectStoredProcedureName(String)
See Also