Method MakeQuery
MakeQuery(Int32)
Create the next query, of the given size.
Declaration
Query MakeQuery(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | The size of the query - number of terms, etc. |
Returns
Type | Description |
---|---|
Query |
MakeQuery()
Create the next query
Declaration
Query MakeQuery()
Returns
Type | Description |
---|---|
Query |