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.5.0.0 (5.5.18.1019)
Syntaxprotected virtual string ReAssembleStoredProcedureNameFragments(
	string[] fragments
)
Protected Overridable Function ReAssembleStoredProcedureNameFragments ( 
	fragments As String()
) As String
Parameters
- fragments
 - Type: SystemString
The fragments. 
Return Value
Type: 
String
See Also