EntityCoreTFieldsFieldsCustomPropertiesOfType Property |
The custom properties for the fields of the type of this entity instance. The returned Hashtable contains per fieldname a hashtable of name-value pairs.
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]
protected abstract Dictionary<string, Dictionary<string, string>> FieldsCustomPropertiesOfType { get; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Protected MustOverride ReadOnly Property FieldsCustomPropertiesOfType As Dictionary(Of String, Dictionary(Of String, String))
Get
Property Value
Type:
DictionaryString,
DictionaryString,
StringRemarks The data returned from this property should be considered read-only: it is not thread safe to alter this data at runtime.
See Also