DBDriverBaseGetAliasForRealCentralUnitName Method |
Gets the alias string for the central unit name specified, if it's aliased, otherwise the central unit name is returned.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.13.0.0 (5.13.25.1117)
Syntaxpublic string GetAliasForRealCentralUnitName(
string centralUnitName,
DBElementType elementType
)
Public Function GetAliasForRealCentralUnitName (
centralUnitName As String,
elementType As DBElementType
) As String
Parameters
- centralUnitName
- Type: SystemString
- elementType
- Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
Return Value
Type:
String
See Also