Gets a value that indicates whether an input error exists.
[Visual Basic]
Public ReadOnly Property EntryError As Boolean
[C#]
public bool EntryError {get;}
Property Value
true if an input error exists; otherwise, false.
Example
How to get a value that indicates whether an input error exists.
Dim state As Boolean = dataFilter.EntryError
bool state = dataFilter.EntryError;
See Also
AwDbSearch Class | Asterworld.Data Namespace