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