Class QueryDefinition
OptimaJet.Workflow.SQLite.Models.QueryDefinition
Represents a parameterized SQL query consisting of the command text and its associated parameters.
Namespace: OptimaJet.Workflow.SQLite.Models
public class QueryDefinitionProperties
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.