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 QueryDefinitionInheritance
- Object
Properties
Name
Type
Query #StringGets or sets the SQL command text.
Parameters #List<SqliteParameter>Gets or sets the list of SqliteParameter objects for the query.