共用方式為


NSFetchRequestExpression.FromFetch 方法

定義

從指定的運算式和內容建立新的 NSFetchRequestExpression

[Foundation.Export("expressionForFetch:context:countOnly:")]
public static CoreData.NSFetchRequestExpression FromFetch (Foundation.NSExpression fetch, Foundation.NSExpression context, bool countOnly);
static member FromFetch : Foundation.NSExpression * Foundation.NSExpression * bool -> CoreData.NSFetchRequestExpression

參數

fetch
NSExpression

要從中建立新擷取要求表示的運算式。

context
NSExpression

要在其中建立擷取要求運算式的內容。

countOnly
Boolean

是否要建立計算相符專案的擷取要求運算式,而不是傳回它們。

傳回

從指定的運算式和內容建立的新 NSFetchRequestExpression

屬性

適用於