Click or drag to resize
CollectionCoreTGetEntityDescription 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 abstract string GetEntityDescription(
	T entity,
	bool switchFlag
)

Parameters

entity
Type: T
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