var collection: Any
The collection of expressions in an aggregate expression, or the collection element of a subquery expression.
ある集計式の中の式からなるコレクション、またはあるサブクエリ式のコレクション要素。
var constantValue : Any?
The constant value of the expression.
式の定数値。
var expressionType : NSExpression.ExpressionType
The expression type for the expression.
式に対する式型。
enum NSExpression.ExpressionType
Defines the possible types of an expression.
ある式の可能な型それらを定義します。
var function: String
The function for the expression.
式に対する関数。
var keyPath : String
The key path for the expression.
式に対するキーパス。
var operand: NSExpression
The operand for the expression.
式に対する演算数。
var predicate: NSPredicate
The predicate of a subquery expression.
サブクエリ式の述部。
var left: NSExpression
The left expression of an aggregate expression.
集計式の左の式。
var right: NSExpression
The right expression of an aggregate expression.
集計式の右の式。
var variable: String
The variable for the expression.
式に対する変数。