IEntityExistsOperations Interface

Definition

Groups operations for checking if a single entity exists or not.

public interface IEntityExistsOperations
type IEntityExistsOperations = interface
Public Interface IEntityExistsOperations
Derived

Methods

Exists()

Checks if an entity exists or not.

ExistsAsync()

Asynchronously checks if an entity exists or not.

Applies to