Table of Contents

Class ExecuteSQLCommandResponse

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

Response for ExecuteSQL

public sealed class ExecuteSQLCommandResponse : ICommandResponse<ExecuteSQLCommandSettings>, ICommandResponse
Inheritance
ExecuteSQLCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ColumnNames

Gets or sets the columnNames

[JsonPropertyName("columnNames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] ColumnNames { get; set; }

Property Value

string[]

SqlError

Gets or sets the sqlError

[JsonPropertyName("sqlError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Error SqlError { get; set; }

Property Value

Error

Values

Gets or sets the values

[JsonPropertyName("values")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[] Values { get; set; }

Property Value

object[]