Overload List
Name | Description | |
---|---|---|
ExecuteQuery(EntityQuery) |
Performs an asynchronous query and that returns an untyped result.
|
|
ExecuteQueryT(EntityQueryT) |
Performs an asynchronous query and that returns a typed result.
|
|
ExecuteQuery(EntityQuery, CancellationToken) |
Performs an asynchronous query and that returns an untyped result.
|
|
ExecuteQueryT(EntityQueryT, CancellationToken) |
Performs an asynchronous query and that returns a typed result.
|
See Also