Firebird ADO.NET Provider SDK Documentation - v1.7

FbDatabaseInfo.Connection Property

Gets or sets the FbConnection used by this instance of the FbDataseInfo.

[Visual Basic]
Public Property Connection As FbConnection
[C#]
public FbConnection Connection {get; set;}

Property Value

The connection to a data source. The default is a null value.

See Also

FbDatabaseInfo Class | FirebirdSql.Data.Firebird Namespace