Click or drag to resize

EntityCore<TFields>.IEntityCore.GetEntityDescription 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.7.0.0 (5.7.0)
Syntax
string IEntityCore.GetEntityDescription(
	bool switchFlag
)

Parameters

switchFlag
Type: System.Boolean
switch flag. If this flag is false, "EntityCore" will be returned

Return Value

Type: String

Implements

IEntityCore.GetEntityDescription(Boolean)
See Also