NSFetchRequestExpression.FromFetch 메서드

정의

지정된 식 및 컨텍스트에서 새 NSFetchRequestExpression 값을 만듭니다.

[Foundation.Export("expressionForFetch:context:countOnly:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSFetchRequestExpression FromFetch(Foundation.NSExpression fetch, Foundation.NSExpression context, bool countOnly);
[<Foundation.Export("expressionForFetch:context:countOnly:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromFetch : Foundation.NSExpression * Foundation.NSExpression * bool -> CoreData.NSFetchRequestExpression

매개 변수

fetch
NSExpression

새 페치 요청 식을 만들 식입니다.

context
NSExpression

페치 요청 식을 만들 컨텍스트입니다.

countOnly
Boolean

일치 항목을 반환하는 대신 일치 항목을 계산하는 페치 요청 식을 만들지 여부입니다.

반품

지정된 식 및 컨텍스트에서 만든 새 NSFetchRequestExpression 항목입니다.

특성

적용 대상