DbSpecificCreatorBaseAliasScopes Property |
Gets the alias scopes.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected Stack<AliasScope> AliasScopes { get; }
Protected ReadOnly Property AliasScopes As Stack(Of AliasScope)
Get
Property Value
Type:
StackAliasScopeThe alias scopes.
See Also