AliasScope.GetRealAlias Method |
Gets the real alias.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool GetRealAlias(
string aliasToFind,
out string realAlias
)
Public Function GetRealAlias (
aliasToFind As String,
<OutAttribute> ByRef realAlias As String
) As Boolean
Parameters
- aliasToFind
- Type: System.String
The alias to find. - realAlias
- Type: System.String
The real alias.
Return Value
Type:
Booleantrue if the alias was retrievable, false otherwise
See Also