Show / Hide Table of Contents

Method CountAsync

| Improve this Doc View Source

CountAsync(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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest