Class MongoDbAsyncQueryableProvider_Tests
Inheritance
object
MongoDbAsyncQueryableProvider_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB.Repositories
Assembly: Volo.Abp.MongoDB.Tests.dll
Syntax
public class MongoDbAsyncQueryableProvider_Tests : TestAppTestBase<AbpMongoDbTestModule>, IDisposable
Constructors
MongoDbAsyncQueryableProvider_Tests()
Declaration
public MongoDbAsyncQueryableProvider_Tests()
Methods
AnyAsync()
Declaration
public Task AnyAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
CanExecuteAsync()
Declaration
public Task CanExecuteAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
CountAsync()
Declaration
public Task CountAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
FirstOrDefaultAsync()
Declaration
public Task FirstOrDefaultAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
LongCountAsync()
Declaration
public Task LongCountAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable