DBDriverBaseGetDisplayNameForCentralUnitName Method |
Returns the display name to use in GUIs for the central unit name specified, which will return a string like "Alias (Aliased from: CentralUnitName)" if
the name is aliased and the element type is the central unit otherwise it'll return the name specified as-is.
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 GetDisplayNameForCentralUnitName(
string centralUnitName,
DBElementType elementType
)
Public Function GetDisplayNameForCentralUnitName (
centralUnitName As String,
elementType As DBElementType
) As String
Parameters
- centralUnitName
- Type: SystemString
- elementType
- Type: SD.LLBLGen.Pro.DBDriverCoreDBElementType
Return Value
Type:
String
See Also