Xtensive.Orm.Firebird
7.2.1
dotnet add package Xtensive.Orm.Firebird --version 7.2.1
NuGet\Install-Package Xtensive.Orm.Firebird -Version 7.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xtensive.Orm.Firebird" Version="7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xtensive.Orm.Firebird" Version="7.2.1" />
<PackageReference Include="Xtensive.Orm.Firebird" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xtensive.Orm.Firebird --version 7.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xtensive.Orm.Firebird, 7.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xtensive.Orm.Firebird@7.2.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xtensive.Orm.Firebird&version=7.2.1
#tool nuget:?package=Xtensive.Orm.Firebird&version=7.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Firebird provider for DataObjects.Net
The provider is responsible for interactions with Firebird database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.
For now it supports Firebird 2.5, 4.0.
Usage
Create a domain configuration configuration with connection url similar to this
var domainConfiguration = new DomainConfiguration(@"firebird://someuser:somepassword@localhost:3050/tests");
or, alternatively, use connection string like
var domainConfiguration = new DomainConfiguration("firebird",
"User=someuser;Password=somepassword;Database=tests;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0");
After that, if connection settings are valid, build Domain and use it as usual.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- FirebirdSql.Data.FirebirdClient (>= 10.3.2)
- Xtensive.Orm (>= 7.2.1)
-
net7.0
- FirebirdSql.Data.FirebirdClient (>= 10.3.2)
- Xtensive.Orm (>= 7.2.1)
-
net8.0
- FirebirdSql.Data.FirebirdClient (>= 10.3.2)
- Xtensive.Orm (>= 7.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.2.1 | 36 | 3/13/2026 |
| 7.2.0 | 287 | 11/16/2025 |
| 7.2.0-RC | 131 | 11/1/2025 |
| 7.2.0-Beta-2 | 221 | 4/27/2025 |
| 7.2.0-Beta-1 | 187 | 12/28/2023 |
| 7.1.6 | 225 | 10/29/2025 |
| 7.1.5 | 318 | 4/10/2025 |
| 7.1.4 | 210 | 1/27/2025 |
| 7.1.2 | 245 | 10/18/2024 |
| 7.1.1 | 247 | 11/14/2023 |
| 7.1.0 | 418 | 4/12/2023 |
| 7.0.7 | 222 | 10/28/2025 |
| 7.0.6 | 209 | 12/19/2024 |
| 7.0.5 | 211 | 6/3/2024 |
| 7.0.4 | 210 | 11/12/2023 |
| 6.0.15 | 220 | 10/27/2025 |
| 6.0.14 | 210 | 12/17/2024 |
| 6.0.13 | 247 | 4/4/2024 |
| 6.0.12 | 193 | 11/10/2023 |
Loading failed