IEntityExistsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |