API reference

The complete auto-generated API documentation for CloudStorageORM, extracted from source code and XML documentation.

Main namespaces

Core contexts

Configuration and setup

Providers

Querying and repositories

Model support

By common task

I want to...

...configure CloudStorageORM

...use transactions

...implement optimistic concurrency

...write custom queries

...clear a set efficiently

  • See CloudStorageDbSetExtensions
  • Use ClearAsync(this DbSet<TEntity> dbSet, DbContext context, CancellationToken cancellationToken = default)

...build a custom provider

See also