Interface IQueryContext
public interface IQueryContext
- Extension Methods
Properties
Aliases
AliasesContext? Aliases { get; set; }
Property Value
Context
object? Context { get; set; }
Property Value
DataOptions
DataOptions? DataOptions { get; }
Property Value
Statement
SqlStatement Statement { get; }