Table of Contents

Class ExecuteSQLCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Database
Assembly
WebDriver.dll

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

string

DatabaseId

Gets or sets the databaseId

[JsonPropertyName("databaseId")]
public string DatabaseId { get; set; }

Property Value

string

Query

Gets or sets the query

[JsonPropertyName("query")]
public string Query { get; set; }

Property Value

string