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.9.0.0 (5.9.0)
Syntax public string FindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias(
string alias
)
Public Function FindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias (
alias As String
) As String
Parameters
- alias
- Type: SystemString
The alias.
Return Value
Type:
StringSee Also