PatchCommand.

PatchCommand(IDocumentStore, ILogger<PatchCommand>) Constructor

Summary

Initializes a new instance of the PatchCommand class.

Syntax

public PatchCommand(IDocumentStore store, ILogger<PatchCommand> logger)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
store IDocumentStore The store.
logger ILogger<PatchCommand> logger.

Return Value

Type Description
void