Click or drag to resize
AliasScopeGetRealAlias Method
Gets the real alias.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool GetRealAlias(
	string aliasToFind,
	out string realAlias
)

Parameters

aliasToFind
Type: SystemString
The alias to find.
realAlias
Type: SystemString
The real alias.

Return Value

Type: Boolean
true if the alias was retrievable, false otherwise
See Also