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