Namespace LfrlAnvil.Sql.Expressions.Persistence
Classes
- SqlDeleteFromNode
Represents an SQL syntax tree statement node that defines a deletion of records from a data source.
- SqlInsertIntoNode
Represents an SQL syntax tree statement node that defines an insertion of new records to a table.
- SqlTruncateNode
Represents an SQL syntax tree statement node that defines a truncation of a table.
- SqlUpdateNode
Represents an SQL syntax tree statement node that defines an update of existing records in a data source.
- SqlUpsertNode
Represents an SQL syntax tree statement node that defines an insertion of new records to a table or update of existing records in that table.
- SqlValueAssignmentNode
Represents an SQL syntax tree node that defines a value assignment.