Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.ServerType Property

Gets or sets the server type to wich we want to connect.

[Visual Basic]
Public Property ServerType As Integer
[C#]
public int ServerType {get; set;}

Property Value

The default value is 0.

Remarks

When 0 the provider will use the GDS implementation used for connections to Firebird Super or Classic servers, when 1 the provider will use the GDS implementation used for connections to the Firebird embedded server.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace