NSManagedObjectContext.CountForFetchRequest(NSFetchRequest, NSError) 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.
Returns the number of objects that request
would return if it were run.
[Foundation.Export("countForFetchRequest:error:")]
public virtual nuint CountForFetchRequest (CoreData.NSFetchRequest request, out Foundation.NSError error);
abstract member CountForFetchRequest : CoreData.NSFetchRequest * -> nuint
override this.CountForFetchRequest : CoreData.NSFetchRequest * -> nuint
Parameters
- request
- NSFetchRequest
- error
- NSError
Returns
System.System.UIntPtr
System.unativeint
- Attributes