Click or drag to resize
DynamicQueryEngineBaseReAssembleStoredProcedureNameFragments Method
Re-assembles the stored procedure name from the fragments specified

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
protected virtual string ReAssembleStoredProcedureNameFragments(
	string[] fragments
)

Parameters

fragments
Type: SystemString
The fragments.

Return Value

Type: String
See Also