Click or drag to resize
EntityCoreTFieldsIDataErrorInfoError Property
Gets an error message indicating what is wrong with this object.

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
string IDataErrorInfo.Error { get; }

Property Value

Type: String

Return Value

Type: String
An error message indicating what is wrong with this object. The default is an empty string ("").

Implements

IDataErrorInfoError
See Also