Table of Contents

Class SQLiteHints.Hint

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

Fields

NotIndexed

public const string NotIndexed = "NOT INDEXED"

Field Value

string

Methods

IndexedBy(string)

[Sql.Expression("INDEXED BY {0}")]
public static string IndexedBy(string value)

Parameters

value string

Returns

string