Click or drag to resize
EntityCoreTFieldsGetEntityDescription Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityCoreGetEntityDescription(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.
Explicit interface implementationPrivate methodIEntityCoreGetEntityDescription(Boolean, IEntityCore)
Gets the entity description. This string is used in verbose trace messages. It will produce "EntityCore", if verbose tracing is switched off for the GeneralSwitch, to prevent performance loss due to reflection activity for trace results which will never be seen.
Top
See Also