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.0.0.0 (5.0.0)
Syntax
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
protected Dictionary<string, string> DataErrorInfoErrorsPerField { get; set; }

Property Value

Type: DictionaryString, String
See Also