DynamicWhere

Overview

Implementation of Dynamic Where

Location

DataAbstract.js

Instance Methods


constructor DynamicWhere

Creates DynamicWhere object.

function constructor DynamicWhere(anExpression)

Parameters:

  • anExpression: Top-level expression of the dynamic where clause, usually BinaryExpression.

toXML

returns a string with an XML representation of the dynamic where expression.

function toXML()