Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 580 Bytes

File metadata and controls

30 lines (19 loc) · 580 Bytes

Query constructor (1 of 2)

The default constructor.

public Query()

See Also


Query constructor (2 of 2)

to allow unit tests for plug ins

public Query(string rawQuery, string search, string[] terms, string[] searchTerms, 
    string actionKeyword = "")

See Also