NSFetchRequestExpression.IsCountOnly Property

Definition

Gets a bool that tells whether the fetch request expression counts the matching data, rather than returning them.

public virtual bool IsCountOnly { [Foundation.Export("isCountOnlyRequest")] get; }
member this.IsCountOnly : bool

Property Value

true if the fetch request expression counts the matching data, rather than returning them. Otherwise, false.

Attributes

Applies to