Click or drag to resize
IEntityCoreCustomPropertiesOfType Property
The custom properties for the type of this entity instance.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
Dictionary<string, string> CustomPropertiesOfType { get; }

Property Value

Type: DictionaryString, String
Remarks
The data returned from this property should be considered read-only: it is not thread safe to alter this data at runtime.
See Also