Table of Contents

Class SQLiteSpecificExtensions

Namespace
LinqToDB.DataProvider.SQLite
Assembly
linq2db.dll
public static class SQLiteSpecificExtensions
Inheritance
SQLiteSpecificExtensions
Inherited Members

Methods

AsSQLite<TSource>(ITable<TSource>)

[IsQueryable]
[Sql.QueryExtension(null, Sql.QueryExtensionScope.None, typeof(NoneExtensionBuilder))]
public static ISQLiteSpecificTable<TSource> AsSQLite<TSource>(this ITable<TSource> table) where TSource : notnull

Parameters

table ITable<TSource>

Returns

ISQLiteSpecificTable<TSource>

Type Parameters

TSource