Table of Contents

Class LinqServiceQuery

Namespace
LinqToDB.Remote
Assembly
linq2db.dll
public class LinqServiceQuery
Inheritance
LinqServiceQuery
Extension Methods

Properties

DataOptions

public DataOptions DataOptions { get; set; }

Property Value

DataOptions

QueryHints

public IReadOnlyCollection<string>? QueryHints { get; set; }

Property Value

IReadOnlyCollection<string>

Statement

public SqlStatement Statement { get; set; }

Property Value

SqlStatement