DataAccessAdapterCoreCreateCorrectStoredProcedureName Method  | 
 
            Creates the correct stored procedure name, i.e. with catalog / schema name replaced properly.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual string CreateCorrectStoredProcedureName(
	string storedProcedureToCall
)
Protected Overridable Function CreateCorrectStoredProcedureName ( 
	storedProcedureToCall As String
) As String
Parameters
- storedProcedureToCall
 - Type: SystemString
The stored procedure to call. 
Return Value
Type: 
String
See Also