Table of Contents

Interface IYdbSpecificTable<TSource>

Namespace
LinqToDB.DataProvider.Ydb
Assembly
linq2db.dll

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

public interface IYdbSpecificTable<out TSource> : ITable<TSource>, IExpressionQuery<TSource>, IOrderedQueryable<TSource>, IQueryable<TSource>, IEnumerable<TSource>, IOrderedQueryable, IQueryable, IEnumerable, IQueryProviderAsync, IQueryProvider, IExpressionQuery where TSource : notnull

Type Parameters

TSource

Table record type.

Inherited Members
Extension Methods