Gets or sets the string that indicates the name of column for search.
[Visual Basic]
Public Property SearchColName As String
[C#]
public string SearchColName {get; set;}
Property Value
String.
Example
How to set the column for search.
dbNavigate.SearchColName = "xxxxx"
dbNavigate.SearchColName = "xxxxx";
See Also
AwDbNavigate Class | Asterworld.Data Namespace