Class ExecuteSQLCommandSettings
ExecuteSQL
public sealed class ExecuteSQLCommandSettings : ICommand
- Inheritance
-
ExecuteSQLCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DatabaseId
Gets or sets the databaseId
[JsonPropertyName("databaseId")]
public string DatabaseId { get; set; }
Property Value
Query
Gets or sets the query
[JsonPropertyName("query")]
public string Query { get; set; }