EntityCoreTFieldsGetEntityDescription Method |
Gets the entity description. This string is used in verbose trace messages.
It will produce "EntityCore", if verbose tracing is switched off for the GeneralSwitch, 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.1.0.0 (5.1.0)
Syntax protected string GetEntityDescription(
bool switchFlag,
IEntityCore entity
)
Protected Function GetEntityDescription (
switchFlag As Boolean,
entity As IEntityCore
) As String
Parameters
- switchFlag
- Type: SystemBoolean
switch flag. If this flag is false, "EntityCore" will be returned - entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity to get the description for
Return Value
Type:
StringSee Also