Table of Contents

Property Capabilities

Namespace
Millrace.Storage.PostgreSql
Assembly
Millrace.Storage.PostgreSql.dll

Capabilities

Optional powers this provider offers, which the engine adapts to.

public StorageCapabilities Capabilities { get; }

Property Value

StorageCapabilities

Remarks

Declared rather than probed, and read once — a provider that advertises a capability is expected to keep offering it for the lifetime of the process, because the engine wires itself differently depending on the answer rather than re-checking per operation.