Show / Hide Table of Contents

Interface IBinaryExpressionInfo

Namespace: DevExtreme.AspNet.Data.Helpers
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public interface IBinaryExpressionInfo

Properties

| Improve this Doc

AccessorText

Declaration
string AccessorText { get; }
Property Value
Type Description
String
| Improve this Doc

DataItemExpression

Declaration
Expression DataItemExpression { get; }
Property Value
Type Description
Expression
| Improve this Doc

Operation

Declaration
string Operation { get; }
Property Value
Type Description
String
| Improve this Doc

StringToLower

Declaration
bool StringToLower { get; }
Property Value
Type Description
Boolean
| Improve this Doc

Value

Declaration
object Value { get; }
Property Value
Type Description
Object
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.