Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.PacketSize Property

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

[Visual Basic]
<DesignerSerializationVisibility(Visibility:=DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property PacketSize As Integer
[C#]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]
public int PacketSize {get;}

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

FbConnection Class | FirebirdSql.Data.Firebird Namespace