EntityCoreTFieldsIEntityCoreCustomPropertiesOfType 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.1.0.0 (5.1.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
Dictionary<string, string> IEntityCore.CustomPropertiesOfType { get; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Private ReadOnly Property CustomPropertiesOfType As Dictionary(Of String, String)
Implements IEntityCore.CustomPropertiesOfType
Get
Property Value
Type:
DictionaryString,
StringImplements
IEntityCoreCustomPropertiesOfTypeRemarks The data returned from this property should be considered read-only: it is not thread safe to alter this data at runtime.
See Also