Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.PacketSize Property

Gets or sets the size (in bytes) of network packets used to communicate with an instance of Firebird Server.

[Visual Basic]
Public Property PacketSize As Short
[C#]
public short PacketSize {get; set;}

Property Value

The size (in bytes) of network packets. The default value is 8192.

Remarks

PacketSize may be in the rane 512-32767 bytes. An exception is generated if the value is outside of this range.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace