| 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.1.0.0 (5.1.0)
Syntaxstring IDataErrorInfo.Error { get; }Private ReadOnly Property Error As String
	Implements IDataErrorInfo.Error
	Get
Property Value
Type: 
StringReturn Value
Type: 
StringAn error message indicating what is wrong with this object. The default is an empty string ("").
Implements
IDataErrorInfoError
See Also