Click or drag to resize
DynamicQueryGetThisAsEmptyClone Method
Gets the this as empty clone.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override QuerySpec GetThisAsEmptyClone(
	string targetAliasSpecified
)

Parameters

targetAliasSpecified
Type: SystemString
The target alias specified.

Return Value

Type: QuerySpec
this query as a new empty clone of itself.
See Also