Assembly: OptimaJet.Workflow.SQLite

Class QueryDefinition

OptimaJet.Workflow.SQLite.Models.QueryDefinition

Represents a parameterized SQL query consisting of the command text and its associated parameters.

public class QueryDefinition

Properties

public string Query { get; set; } #
Gets or sets the SQL command text.
public List<SqliteParameter> Parameters { get; set; } #
Gets or sets the list of SqliteParameter objects for the query.