Table of Contents

Interface IDataSession<TDiscriminator>

Namespace
FluentCommand
Assembly
FluentCommand.dll

A fluent interface for a data session by discriminator. Used to register multiple instances of IDataSession.

public interface IDataSession<TDiscriminator> : IDataSession, IDisposable, IAsyncDisposable

Type Parameters

TDiscriminator

The type of the discriminator.

Inherited Members
Extension Methods