Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.DataSource Property

Gets the name of the Firebird Server to which to connect.

[Visual Basic]
Public Property DataSource As String
[C#]
public string DataSource {get; set;}

Property Value

The name of the Firebird Server to which to connect. The default value is an empty string.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace