NSExpression.FromSubquery(NSExpression, String, NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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