MappingTrackerFindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias Method (String) | 
 
            Finds the default if empty source alias for default if empty alias.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic string FindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias(
	string alias
)
Public Function FindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias ( 
	alias As String
) As String
Parameters
- alias
 - Type: SystemString
The alias. 
Return Value
Type: 
String
See Also