Overload List
| Name | Description |
|---|---|
| CreateQueryConfig(String) |
Create a QueryConfig with the given query table. The resulting QueryString will be 'select * from <table>'
and the query will be a simple snapshot.
|
| CreateQueryConfig(IList<(Of <<'(String>)>>), String, String, Int32, QueryConfig..::..QueryTypes) |
Create a QueryConfig with field expressions, table, predicate, and row limit.
The resulting QueryString will be 'select fieldexpr, fieldexpr... from <table> where <predicate> limit <limit>'
|