다음을 통해 공유


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 입니다.

특성

적용 대상