EntityCoreTFieldsIDataErrorInfoError Property |
Gets an error message indicating what is wrong with this object.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax string 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
IDataErrorInfoErrorSee Also