EntityCoreTFieldsDataErrorInfoErrorsPerField Property |
Gets the stored error messages per field name. Used for IDataErrorInfo. Use this property in your own code to re-channel the error messages through
another interface.
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 Dictionary<string, string> DataErrorInfoErrorsPerField { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Protected Property DataErrorInfoErrorsPerField As Dictionary(Of String, String)
Get
Set
Property Value
Type:
DictionaryString,
StringSee Also