Firebird ADO.NET Provider SDK Documentation - v1.7

FbScript Class

FbScript parses a SQL file and returns its SQL statements. The class take in consideration that the statement separator can change in code. For instance, in Firebird databases the statement SET TERM !! ; will change the statement token terminator ; into !!.

For a list of all members of this type, see FbScript Members.

System.Object
   FirebirdSql.Data.Firebird.Isql.FbScript

[Visual Basic]
Public Class FbScript
[C#]
public class FbScript

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: FirebirdSql.Data.Firebird.Isql

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FbScript Members | FirebirdSql.Data.Firebird.Isql Namespace