MappingTrackerIsAliasToDerivedTable Method |
Determines whether the passed in alias is an alias of a created derived table.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax public bool IsAliasToDerivedTable(
SetAlias alias
)
Public Function IsAliasToDerivedTable (
alias As SetAlias
) As Boolean
Parameters
- alias
- Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.
Return Value
Type:
Booleantrue if the alias is an alias for a derived table, otherwise false.
See Also