Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript.Parse Method 

Parses the SQL code and loads the SQL statements into the StringCollection Results.

[Visual Basic]
Public Function Parse() As Integer
[C#]
public int Parse();

Return Value

The number of statements found.

See Also

FbScript Class | FirebirdSql.Data.Firebird.Isql Namespace