QueryParametersClone Method (Boolean) | 
 
            Clones this instance using a memberwise clone and also creates usable clones inside the clone returned of the relations and filtertouse
            objects, so the original can be re-used.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic QueryParameters Clone(
	bool forced
)
Public Function Clone ( 
	forced As Boolean
) As QueryParameters
Parameters
- forced
 - Type: SystemBoolean
if set to true always clones this instance even if it's a local copy 
Return Value
Type: 
QueryParameters
Remarks
            If this already is a local copy, it will return itself, not a clone. It will make sure filters and relations are
            not null in that case.
            
See Also