Table of Contents

Class WellKnownTypes.LinqToDB

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public static class WellKnownTypes.LinqToDB
Inheritance
WellKnownTypes.LinqToDB

Properties

AsyncExtensions

AsyncExtensions type descriptor.

public static IType AsyncExtensions { get; }

Property Value

IType

AsyncExtensions_FirstOrDefaultAsync

public static CodeIdentifier AsyncExtensions_FirstOrDefaultAsync { get; }

Property Value

CodeIdentifier

AsyncExtensions_ToListAsync

public static CodeIdentifier AsyncExtensions_ToListAsync { get; }

Property Value

CodeIdentifier

DataExtensions

DataExtensions type descriptor.

public static IType DataExtensions { get; }

Property Value

IType

DataExtensions_GetTable

DataExtensions.GetTable method reference.

public static CodeIdentifier DataExtensions_GetTable { get; }

Property Value

CodeIdentifier

DataType

DataType type descriptor.

public static IType DataType { get; }

Property Value

IType

IDataContext

IDataContext type descriptor.

public static IType IDataContext { get; }

Property Value

IType

IDataContext_MappingSchema

MappingSchema property reference.

public static CodeReference IDataContext_MappingSchema { get; }

Property Value

CodeReference

ITableT

ITable<T> open generic type descriptor.

public static IType ITableT { get; }

Property Value

IType

SqlFunctionAttribute

Sql.FunctionAttribute type descriptor.

public static IType SqlFunctionAttribute { get; }

Property Value

IType

SqlTableFunctionAttribute

Sql.TableFunctionAttribute type descriptor.

public static IType SqlTableFunctionAttribute { get; }

Property Value

IType

Sql_ExpressionAttribute_ArgIndices

ArgIndices property reference.

public static CodeReference Sql_ExpressionAttribute_ArgIndices { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_CanBeNull

CanBeNull property reference.

public static CodeReference Sql_ExpressionAttribute_CanBeNull { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_InlineParameters

InlineParameters property reference.

public static CodeReference Sql_ExpressionAttribute_InlineParameters { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_IsAggregate

IsAggregate property reference.

public static CodeReference Sql_ExpressionAttribute_IsAggregate { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_IsNullable

IsNullable property reference.

public static CodeReference Sql_ExpressionAttribute_IsNullable { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_IsPredicate

IsPredicate property reference.

public static CodeReference Sql_ExpressionAttribute_IsPredicate { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_IsPure

IsPure property reference.

public static CodeReference Sql_ExpressionAttribute_IsPure { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_IsWindowFunction

IsWindowFunction property reference.

public static CodeReference Sql_ExpressionAttribute_IsWindowFunction { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_PreferServerSide

PreferServerSide property reference.

public static CodeReference Sql_ExpressionAttribute_PreferServerSide { get; }

Property Value

CodeReference

Sql_ExpressionAttribute_ServerSideOnly

ServerSideOnly property reference.

public static CodeReference Sql_ExpressionAttribute_ServerSideOnly { get; }

Property Value

CodeReference

Sql_TableFunctionAttribute_ArgIndices

ArgIndices property reference.

public static CodeReference Sql_TableFunctionAttribute_ArgIndices { get; }

Property Value

CodeReference

Sql_TableFunctionAttribute_Database

Database property reference.

public static CodeReference Sql_TableFunctionAttribute_Database { get; }

Property Value

CodeReference

Sql_TableFunctionAttribute_Package

Package property reference.

public static CodeReference Sql_TableFunctionAttribute_Package { get; }

Property Value

CodeReference

Sql_TableFunctionAttribute_Schema

Schema property reference.

public static CodeReference Sql_TableFunctionAttribute_Schema { get; }

Property Value

CodeReference

Sql_TableFunctionAttribute_Server

Server property reference.

public static CodeReference Sql_TableFunctionAttribute_Server { get; }

Property Value

CodeReference

Methods

ITable(IType)

Returns ITable<T> type descriptor.

public static IType ITable(IType tableType)

Parameters

tableType IType

Record type.

Returns

IType

Type descriptor.