Click or drag to resize
IEntityCoreGetEntityDescription 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.3.0.0 (5.3.0)
Syntax
string GetEntityDescription(
	bool switchFlag
)

Parameters

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

Return Value

Type: String
See Also