DynamicQueryEngineBaseReAssembleFragments Method  | 
 
            Reassembles the fragments specified, with separting '.'. If a fragment is empty, it's skipped
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxprotected virtual string ReAssembleFragments(
	string fragment1,
	string fragment2,
	string fragment3
)
Protected Overridable Function ReAssembleFragments ( 
	fragment1 As String,
	fragment2 As String,
	fragment3 As String
) As String
Parameters
- fragment1
 - Type: SystemString
 - fragment2
 - Type: SystemString
 - fragment3
 - Type: SystemString
 
Return Value
Type: 
String
See Also