Show / Hide Table of Contents

Class OperatorType

Describes the node types for the nodes of a query expression tree.

Inheritance
System.Object
OperatorType
Namespace: System.Linq.CompilerServices.Optimizers
Assembly: Nuqleon.Linq.CompilerServices.Optimizers.dll
Syntax
public sealed class OperatorType : Enum

Fields

First

A node that represents a first operator.

Declaration
public const OperatorType First
Field Value
Type Description
OperatorType

FirstPredicate

A node that represents a first operator with a predicate.

Declaration
public const OperatorType FirstPredicate
Field Value
Type Description
OperatorType

Select

A node that represents a select operator.

Declaration
public const OperatorType Select
Field Value
Type Description
OperatorType

Take

A node that represents a take operator.

Declaration
public const OperatorType Take
Field Value
Type Description
OperatorType

Unknown

An unknown query node.

Declaration
public const OperatorType Unknown
Field Value
Type Description
OperatorType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Where

A node that represents a where operator.

Declaration
public const OperatorType Where
Field Value
Type Description
OperatorType
In This Article
Back to top Generated by DocFX