Class QueryConfiguration
Inheritance
QueryConfiguration
Assembly: Gossip.dll
Syntax
public class QueryConfiguration : object
Constructors
|
Improve this Doc
View Source
QueryConfiguration()
Declaration
public QueryConfiguration()
Properties
|
Improve this Doc
View Source
CancellationToken
Declaration
public CancellationToken CancellationToken { get; set; }
Property Value
| Type |
Description |
| CancellationToken |
|
|
Improve this Doc
View Source
Parameters
Declaration
public object Parameters { get; set; }
Property Value
|
Improve this Doc
View Source
Query
Declaration
public string Query { get; set; }
Property Value
|
Improve this Doc
View Source
Timeout
Declaration
public int Timeout { get; set; }
Property Value
|
Improve this Doc
View Source
Transaction
Declaration
public ITransaction Transaction { get; set; }
Property Value
|
Improve this Doc
View Source
Unbuffered
Whether to buffer the results in memory
Declaration
public bool Unbuffered { get; set; }
Property Value