Interface defining templates for different types of SQL queries.
- Namespace
- DbSyncKit
.Templates .Interface - Implementing Types
Syntax
public interface IQueryTemplatesProperties
| 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.
|