AliasScopeGetRealAlias Method |
Gets the real alias.
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 public bool GetRealAlias(
string aliasToFind,
out string realAlias
)
Public Function GetRealAlias (
aliasToFind As String,
<OutAttribute> ByRef realAlias As String
) As Boolean
Parameters
- aliasToFind
- Type: SystemString
The alias to find. - realAlias
- Type: SystemString
The real alias.
Return Value
Type:
Booleantrue if the alias was retrievable, false otherwise
See Also