Table of Contents

Class PostgreSQLSpecificExtensions

Namespace
LinqToDB.DataProvider.PostgreSQL
Assembly
linq2db.dll
public static class PostgreSQLSpecificExtensions
Inheritance
PostgreSQLSpecificExtensions
Inherited Members

Methods

AsPostgreSQL<TSource>(IQueryable<TSource>)

[IsQueryable]
[Sql.QueryExtension(null, Sql.QueryExtensionScope.None, typeof(NoneExtensionBuilder))]
public static IPostgreSQLSpecificQueryable<TSource> AsPostgreSQL<TSource>(this IQueryable<TSource> source) where TSource : notnull

Parameters

source IQueryable<TSource>

Returns

IPostgreSQLSpecificQueryable<TSource>

Type Parameters

TSource