Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript Methods

The methods of the FbScript class are listed below. For a complete list of FbScript class members, see the FbScript Members topic.

Protected Static (Shared) Methods

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

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Parse Parses the SQL code and loads the SQL statements into the StringCollection Results.
ToString Overrided method, returns the the SQL code to be parsed (with comments removed).

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FbScript Class | FirebirdSql.Data.Firebird.Isql Namespace