Share via


ISqlGenerationHelper.GenerateComment(String) Method

Definition

Generates a SQL comment.

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

Parameters

text
String

The comment text.

Returns

The generated SQL.

Applies to