Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected virtual string ReAssembleFragments(
	string fragment1,
	string fragment2,
	string fragment3
)

Parameters

fragment1
Type: SystemString
fragment2
Type: SystemString
fragment3
Type: SystemString

Return Value

Type: String
See Also