Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection Constructor (String)

Creates a new instance of the FbConnection class with the specified connection string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal connectionString As String _
)
[C#]
public FbConnection(
   string connectionString
);

Parameters

connectionString
Connection string.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace | FbConnection Constructor Overload List