DADynamicWhereClause

Overview

The DADynamicWhereClause class serves as container for Dynamic Where XML. In its current incarnation, the class is a mere wrapper that contains the XML body of a Dynamic Where clause; in future versions, the class will be expanded to expose an API for dynamically constructing these clauses in code. The class can be used as a parameter for several of the *getDataTable* methods on the DARemoteDataAdapter.

Please refer also to the Filters Sample and the Dynamic Where topic for more details.

Location


 

dynamicWhereClauseWithPredicate:

+ (InstanceType) dynamicWhereClauseWithPredicate:(NSPredicate *)predicate

Parameters:

  • predicate:

dynamicWhereClauseWithXmlString:

+ (InstanceType) dynamicWhereClauseWithXmlString:(NSString *)string

Parameters:

  • string:

initWithPredicate:

- (InstanceType) initWithPredicate:(NSPredicate *)predicate

Parameters:

  • predicate:

initWithXmlString:

- (InstanceType) initWithXmlString:(NSString *)string

Parameters:

  • string:

stringValue

Returns a string representation of the Dynamic Where XML.

@property (readonly) NSString *stringValue

xml

Represents Dynamic Where XML as ROXML instance.

@property (readonly) ROXml *xml

 

stringValue

Returns a string representation of the Dynamic Where XML.

@property (readonly) NSString *stringValue

xml

Represents Dynamic Where XML as ROXML instance.

@property (readonly) ROXml *xml

 

dynamicWhereClauseWithPredicate:

+ (InstanceType) dynamicWhereClauseWithPredicate:(NSPredicate *)predicate

Parameters:

  • predicate:

dynamicWhereClauseWithXmlString:

+ (InstanceType) dynamicWhereClauseWithXmlString:(NSString *)string

Parameters:

  • string:

 

initWithPredicate:

- (InstanceType) initWithPredicate:(NSPredicate *)predicate

Parameters:

  • predicate:

initWithXmlString:

- (InstanceType) initWithXmlString:(NSString *)string

Parameters:

  • string: