Table of Contents

Class WellKnownTypes.System.Linq

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

Properties

Enumerable

Enumerable type descriptor.

public static IType Enumerable { get; }

Property Value

IType

Enumerable_ToList

public static CodeIdentifier Enumerable_ToList { get; }

Property Value

CodeIdentifier

Queryable

Queryable type descriptor.

public static IType Queryable { get; }

Property Value

IType

Queryable_First

public static CodeIdentifier Queryable_First { get; }

Property Value

CodeIdentifier

Queryable_FirstOrDefault

public static CodeIdentifier Queryable_FirstOrDefault { get; }

Property Value

CodeIdentifier

Queryable_Where

public static CodeIdentifier Queryable_Where { get; }

Property Value

CodeIdentifier

Methods

IQueryable(IType)

Returns IQueryable<T> type descriptor.

public static IType IQueryable(IType elementType)

Parameters

elementType IType

Element type.

Returns

IType

Type descriptor.