Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript.Results Property

Returns a StringCollection containing all the SQL statements (without comments) present on the file. This property is loaded after the method call Parse.

[Visual Basic]
Public ReadOnly Property Results As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Results {get;}

See Also

FbScript Class | FirebirdSql.Data.Firebird.Isql Namespace