Table of Contents

Interface IReadWriteBinding

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

Represents a binding that can be used for both read and write operations.

public interface IReadWriteBinding : IReadBinding, IWriteBinding, IBinding, IDisposable
Inherited Members