Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public QueryParameters Clone(
	bool forced
)

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