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.4.0.0 (5.4.0)
Syntax protected override string GetEntityDescription(
TEntity entity,
bool switchFlag
)
Protected Overrides Function GetEntityDescription (
entity As TEntity,
switchFlag As Boolean
) As String
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:
StringSee Also