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
DbId
Optional Serving-registered database context identifier.
public string? DbId { get; set; }
Property Value
Dialect
public SqlDialect? Dialect { get; set; }
Property Value
Query
public string Query { get; set; }
Property Value
SchemaSql
Optional request-scoped schema (DDL) for ephemeral execution contexts.
public string? SchemaSql { get; set; }
Property Value
SeedSql
Optional request-scoped seed data (DML) for ephemeral execution contexts.
public string? SeedSql { get; set; }