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.6.0.0 (5.6.19.0117)
Syntax protected 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:
StringSee Also