Generates a comment for SQL queries.
- Namespace
- DbSyncKit
.MySQL - Containing Type
- QueryGenerator
- Implements
Syntax
public string GenerateComment(string comment)
Parameters
Name | Type | Description |
---|---|---|
comment | string | The comment to include in the SQL query. |
Return Value
Type | Description |
---|---|
string | The formatted comment. |