Click or drag to resize

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)
Syntax
protected string GetEntityDescription(
	bool switchFlag,
	IEntityCore entity
)

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