QuerySpecUseAliasForOuterAliasOnly Property |
Gets or sets a value indicating whether the 'Alias' value should be used only for the query's alias (true) or for target aliasing as well if
there's no target alias set (false, default). Set to true when the query is converted to a derived table.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected bool UseAliasForOuterAliasOnly { get; set; }
Protected Property UseAliasForOuterAliasOnly As Boolean
Get
Set
Property Value
Type:
BooleanSee Also