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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
[BrowsableAttribute(false)]
protected Dictionary<string, string> DataErrorInfoErrorsPerField { get; set; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Protected Property DataErrorInfoErrorsPerField As Dictionary(Of String, String)
Get
Set
Property Value
Type:
DictionaryString,
StringSee Also