Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected Dictionary<string, string> DataErrorInfoErrorsPerField { get; set; }

Property Value

Type: DictionaryString, String
See Also