Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript.ToString Method 

Overrided method, returns the the SQL code to be parsed (with comments removed).

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

The SQL code to be parsed (without comments).

See Also

FbScript Class | FirebirdSql.Data.Firebird.Isql Namespace