AwDbSearch.EntryError Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.