Click or drag to resize
ExpressionBuilderSettings Class
Object to encapsulate the expression builder settings
Inheritance Hierarchy
SystemObject
  CMS.DataEngineExpressionBuilderSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class ExpressionBuilderSettings

The ExpressionBuilderSettings type exposes the following members.

Constructors
  NameDescription
Public methodExpressionBuilderSettings
Constructor
Top
Properties
  NameDescription
Public propertyIsColumnList
If true, the built expression is a column list
Public propertyIsWhereCondition
If true, the built expression is a where condition
Public propertyMemberSeparator
Separator for member access
Public propertyResult
String builder where to collect results
Top
See Also