Click or drag to resize

IDataAccessCoreProduceCorrectStoredProcedureName 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.5.0.0 (5.5.18.1019)
Syntax
string ProduceCorrectStoredProcedureName(
	string storedProcedureToCall
)

Parameters

storedProcedureToCall
Type: SystemString
The stored procedure to call.

Return Value

Type: String
the stored procedure name to use in a procedure call with schemas etc. properly replaced.
See Also