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 : notnullParameters
- tableISQLiteSpecificTable<TSource>
- indexNamestring
Returns
- ISQLiteSpecificTable<TSource>
Type Parameters
- TSource
NotIndexedHint<TSource>(ISQLiteSpecificTable<TSource>)
[ExpressionMethod("NotIndexedImpl")]
public static ISQLiteSpecificTable<TSource> NotIndexedHint<TSource>(this ISQLiteSpecificTable<TSource> table) where TSource : notnullParameters
- tableISQLiteSpecificTable<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 : notnullParameters
- tableISQLiteSpecificTable<TSource>
- hintstring
Returns
- ISQLiteSpecificTable<TSource>
Type Parameters
- TSource