QuerySpecGetThisAsEmptyClone 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.9.0.0 (5.9.0)
Syntax protected abstract QuerySpec GetThisAsEmptyClone(
string targetAliasSpecified
)
Protected MustOverride Function GetThisAsEmptyClone (
targetAliasSpecified As String
) As QuerySpec
Parameters
- targetAliasSpecified
- Type: SystemString
The target alias specified.
Return Value
Type:
QuerySpec
this query as a new empty clone of itself.
See Also