MappingTrackerFindDefaultIfEmptySourceAliasForDefaultIfEmptyAlias Method (String) |
Finds the default if empty source alias for default if empty alias.
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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