EntityCore<TFields>.GetEntityDescription 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.8.0.0 (5.8.21.0111)
Syntaxprotected string GetEntityDescription(
bool switchFlag,
IEntityCore entity
)
Protected Function GetEntityDescription (
switchFlag As Boolean,
entity As IEntityCore
) As String
Parameters
- switchFlag
- Type: System.Boolean
switch flag. If this flag is false, "EntityCore" will be returned - entity
- Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
the entity to get the description for
Return Value
Type:
String
See Also