DynamicQueryEngineReAssembleStoredProcedureNameFragments Method  | 
 
            Re-assembles the stored procedure name from the fragments specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.PostgreSql
    Assembly:
   SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.4.0.0 (5.4.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