Table of Contents

Namespace LinqToDB.DataProvider.Ydb

Classes

YdbHints

SQL hints for YDB (YQL). See:

  • SQL hints syntax: comments starting with "--+".
  • SELECT-level hints: 'unique' / 'distinct' right after SELECT.
YdbOptions

YDB data provider configuration options.

YdbSpecificExtensions

Provides YDB-specific extension methods.

YdbTools

Utility methods for working with Linq To DB and YDB.

Interfaces

IYdbSpecificQueryable<TSource>

YDB-specific query, used as the entry point for YDB query extension methods.

IYdbSpecificTable<TSource>

YDB-specific table, used as the entry point for YDB table extension methods.