Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript Members

FbScript overview

Protected Static (Shared) Methods

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

Public Instance Constructors

FbScript Overloaded. Initializes a new instance of the FbScript class.

Public Instance Properties

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

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