Class QueryInfo
public sealed class QueryInfo
- Inheritance
-
objectQueryInfo
- Extension Methods
Properties
Context
public object? Context { get; set; }
Property Value
- object
DataOptions
public DataOptions? DataOptions { get; set; }
Property Value
IsContinuousRun
public bool IsContinuousRun { get; set; }
Property Value
Statement
public SqlStatement Statement { get; set; }