Generates a SQL comment.
- Namespace
- DbSyncKit
.Templates .Interface - Containing Type
- IQueryGenerator
Syntax
string GenerateComment(string comment)Parameters
| Name | Type | Description |
|---|---|---|
| comment | string | The comment text. |
Return Value
| Type | Description |
|---|---|
| string | A string representing the generated comment. |