Method GetFieldQuery
GetFieldQuery(String, String, Boolean)
Declaration
protected virtual Query GetFieldQuery(string field, string queryText, bool quoted)
Parameters
Type |
Name |
Description |
System.String |
field |
|
System.String |
queryText |
|
System.Boolean |
quoted |
|
Returns
Exceptions
GetFieldQuery(String, String, Int32)
Declaration
protected virtual Query GetFieldQuery(string field, string queryText, int slop)
Parameters
Type |
Name |
Description |
System.String |
field |
|
System.String |
queryText |
|
System.Int32 |
slop |
|
Returns
Exceptions