Table of Contents

Class SqlExecuteRequest

Namespace
AiDotNet.ProgramSynthesis.Execution
Assembly
AiDotNet.dll
public sealed class SqlExecuteRequest
Inheritance
SqlExecuteRequest
Inherited Members

Properties

DatasetId

Optional Serving-registered dataset context identifier.

public string? DatasetId { get; set; }

Property Value

string

DbId

Optional Serving-registered database context identifier.

public string? DbId { get; set; }

Property Value

string

Dialect

public SqlDialect? Dialect { get; set; }

Property Value

SqlDialect?

Query

public string Query { get; set; }

Property Value

string

SchemaSql

Optional request-scoped schema (DDL) for ephemeral execution contexts.

public string? SchemaSql { get; set; }

Property Value

string

SeedSql

Optional request-scoped seed data (DML) for ephemeral execution contexts.

public string? SeedSql { get; set; }

Property Value

string