ISqlGenerationHelper.GenerateComment(String) 方法

定义

生成 SQL 注释。

public string GenerateComment (string text);
abstract member GenerateComment : string -> string
Public Function GenerateComment (text As String) As String

参数

text
String

注释文本。

返回

生成的 SQL。

适用于