Table of Contents

Class ConstantCompiler

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class ConstantCompiler : RefCompiler
Inheritance
ConstantCompiler
Inherited Members

Constructors

ConstantCompiler()

public ConstantCompiler()

ConstantCompiler(XPDictionary, Expression)

public ConstantCompiler(XPDictionary dictionary, Expression expression)

Parameters

dictionary XPDictionary
expression Expression

Properties

Expression

public Expression Expression { get; }

Property Value

Expression

Value

public override object Value { get; }

Property Value

object