Click or drag to resize

DatabaseCommandInfo Properties

The DatabaseCommandInfo type exposes the following members.

Properties
  NameDescription
Public propertyCommandType
Gets or sets the type of the command.
Public propertyConnectionString
Gets or sets the connection string to run the command against. If not provided, connection string from the target is used.
Public propertyIgnoreFailures
Gets or sets a value indicating whether to ignore failures.
Public propertyParameters
Gets the collection of parameters. Each parameter contains a mapping between NLog layout and a database named or positional parameter.
Public propertyText
Gets or sets the command text.
Top
See Also