Method CountAsync
| Improve this Doc View SourceCountAsync(CancellationToken)
Declaration
public override Task<int> CountAsync(CancellationToken ct = default(CancellationToken))Parameters
| Type | Name | Description | 
|---|---|---|
| System.Threading.CancellationToken | ct | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Int32> | 
Overrides
DevZest.Data.DbSet<T>.CountAsync(System.Threading.CancellationToken)