Table of Contents

Class FunctionExpression

Namespace
JsonApiDotNetCore.Queries.Expressions
Assembly
JsonApiDotNetCore.dll

Represents the base type for functions that return a value.

public abstract class FunctionExpression : QueryExpression
Inheritance
FunctionExpression
Derived
Inherited Members

Properties

ReturnType

The CLR type this function returns.

public abstract Type ReturnType { get; }

Property Value

Type