Click or drag to resize
EntityCollectionBaseTEntityGetEntityDescription Method
Gets the entity description for the entity passed in.

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

Parameters

entity
Type: TEntity
The entity.
switchFlag
Type: SystemBoolean
if true, the method will produce TEntity.GetEntityDescription, otherwise it's a no-op

Return Value

Type: String
See Also