NSExpression.FromSubquery(NSExpression, String, NSObject) Method

Definition

An expression that filters a given variable by applying a predicate, returning those that evaluate as true.

[Foundation.Export("expressionForSubquery:usingIteratorVariable:predicate:")]
public static Foundation.NSExpression FromSubquery (Foundation.NSExpression expression, string variable, Foundation.NSObject predicate);
static member FromSubquery : Foundation.NSExpression * string * Foundation.NSObject -> Foundation.NSExpression

Parameters

expression
NSExpression
variable
String
predicate
NSObject

Returns

Attributes

Applies to