IEntityCoreGetEntityDescription Method (Boolean) |
Gets the entity description. This string is used in verbose trace messages.
It will produce "EntityCore", if the passed in switch flag is false, to prevent performance loss due to
reflection activity for trace results which will never be seen.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax string GetEntityDescription(
bool switchFlag
)
Function GetEntityDescription (
switchFlag As Boolean
) As String
Parameters
- switchFlag
- Type: SystemBoolean
switch flag. If this flag is false, "EntityCore" will be returned
Return Value
Type:
StringSee Also