NSFetchRequestExpression.IsCountOnly Property
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.
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