Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript.RemoveComments Method 

Removes from the SQL code all comments of the type: /*...*/ or --

[Visual Basic]
Protected Shared Function RemoveComments( _
   ByVal source As String _
) As String
[C#]
protected static string RemoveComments(
   string source
);

Parameters

source
The string containing the original SQL code.

Return Value

A string containing the SQL code without comments.

See Also

FbScript Class | FirebirdSql.Data.Firebird.Isql Namespace