Click or drag to resize
EntityCoreTFieldsIEntityCoreGetEntityDescription Method (Boolean, IEntityCore)
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.3.0.0 (5.3.0)
Syntax
string IEntityCore.GetEntityDescription(
	bool switchFlag,
	IEntityCore entity
)

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: String

Implements

IEntityCoreGetEntityDescription(Boolean, IEntityCore)
See Also