QueryTemplates Class
Implementation of IQueryTemplates for MySQL database, providing templates for various SQL queries.
Namespace
DbSyncKit.Templates.MySql
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IQueryTemplates"] click Interface0 "/api/DbSyncKit.Templates.Interface/IQueryTemplates" Type-.->Interface1["IDisposable"] Type["QueryTemplates"] class Type type-node

Syntax

public class QueryTemplates : IQueryTemplates, IDisposable

Properties

Name Property Type Summary
CommentTemplate IFluidTemplate
Gets the template for a COMMENT template.
DeleteTemplate IFluidTemplate
Gets the template for a DELETE template.
InsertTemplate IFluidTemplate
Gets the template for an INSERT template.
SelectTemplate IFluidTemplate
Gets the template for a SELECT template.
UpdateTemplate IFluidTemplate
Gets the template for an UPDATE template.

Methods

Name Return Value Summary
Dispose() void
Performs application-defined tasks associated with freeing, releasing, or resetting resources.