Table of Contents

Class SQLiteHints

Namespace
LinqToDB.DataProvider.SQLite
Assembly
linq2db.dll
public static class SQLiteHints
Inheritance
SQLiteHints

Methods

IndexedByHint<TSource>(ISQLiteSpecificTable<TSource>, string)

[ExpressionMethod("IndexedByImpl")]
public static ISQLiteSpecificTable<TSource> IndexedByHint<TSource>(this ISQLiteSpecificTable<TSource> table, string indexName) where TSource : notnull

Parameters

table ISQLiteSpecificTable<TSource>
indexName string

Returns

ISQLiteSpecificTable<TSource>

Type Parameters

TSource

NotIndexedHint<TSource>(ISQLiteSpecificTable<TSource>)

[ExpressionMethod("NotIndexedImpl")]
public static ISQLiteSpecificTable<TSource> NotIndexedHint<TSource>(this ISQLiteSpecificTable<TSource> table) where TSource : notnull

Parameters

table ISQLiteSpecificTable<TSource>

Returns

ISQLiteSpecificTable<TSource>

Type Parameters

TSource

TableHint<TSource>(ISQLiteSpecificTable<TSource>, string)

[Sql.QueryExtension("SQLite", Sql.QueryExtensionScope.TableHint, typeof(HintExtensionBuilder))]
[Sql.QueryExtension(null, Sql.QueryExtensionScope.None, typeof(NoneExtensionBuilder))]
public static ISQLiteSpecificTable<TSource> TableHint<TSource>(this ISQLiteSpecificTable<TSource> table, string hint) where TSource : notnull

Parameters

table ISQLiteSpecificTable<TSource>
hint string

Returns

ISQLiteSpecificTable<TSource>

Type Parameters

TSource