Table of Contents

Constructor ConstantConverterVisitor

Namespace
Innova.Data
Assembly
Innova.Data.dll

ConstantConverterVisitor(bool)

Initializes a new instance of the ConstantConverterVisitor class.

public ConstantConverterVisitor(bool convertConstantToParamters = false)

Parameters

convertConstantToParamters bool

Indicates whether to convert constant expressions to parameters.

ConstantConverterVisitor(Func<MemberExpression, bool>)

Initializes a new instance of the ConstantConverterVisitor class.

public ConstantConverterVisitor(Func<MemberExpression, bool> memberPredicate)

Parameters

memberPredicate Func<MemberExpression, bool>

The predicate used to determine which member expressions to convert.