FireBirdConnectionParameters.PortNumber Property
Specifies the port number for connecting to FireBird databases.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value, specifying the port number. This value cannot be negative or greater than 65535. |
See Also