| DynamicQueryEngineReAssembleStoredProcedureNameFragments Method  | 
            Re-assembles the stored procedure name from the fragments specified
            
 
Namespace: SD.LLBLGen.Pro.DQE.PostgreSqlAssembly: SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override string ReAssembleStoredProcedureNameFragments(
	string[] fragments
)
Protected Overrides Function ReAssembleStoredProcedureNameFragments ( 
	fragments As String()
) As String
Parameters
- fragments
 - Type: SystemString
The fragments. 
Return Value
Type: 
String
See Also