Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public bool IsAliasToDerivedTable(
	SetAlias alias
)

Parameters

alias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.

Return Value

Type: Boolean
true if the alias is an alias for a derived table, otherwise false.
See Also