DumpCommand Class

Summary

DumpCommand.
graph BT Type-->Base0["Object"] Type["DumpCommand"] class Type type-node

Syntax

public class DumpCommand

Attributes

Type Description
NullableContextAttribute
NullableAttribute
UsedImplicitlyAttribute
CommandAttribute

Constructors

Name Summary
DumpCommand(IDocumentStore, ILogger<DumpCommand>) Initializes a new instance of the DumpCommand class.

Properties

Name Value Summary
ByType bool
Write out DDL by type
FileName string
Gets or sets the name of the file.
TransactionalScript bool
Use transactions

Methods

Name Value Summary
OnExecute() int
Called when [execute].

Extension Methods