DevExpress.Xpo 22.2.12-pre-24107

Prefix Reserved
This is a prerelease version of DevExpress.Xpo.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DevExpress.Xpo --version 22.2.12-pre-24107
                    
NuGet\Install-Package DevExpress.Xpo -Version 22.2.12-pre-24107
                    
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="DevExpress.Xpo" Version="22.2.12-pre-24107" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Xpo" Version="22.2.12-pre-24107" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Xpo" />
                    
Project file
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 DevExpress.Xpo --version 22.2.12-pre-24107
                    
#r "nuget: DevExpress.Xpo, 22.2.12-pre-24107"
                    
#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 DevExpress.Xpo@22.2.12-pre-24107
                    
#: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=DevExpress.Xpo&version=22.2.12-pre-24107&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Xpo&version=22.2.12-pre-24107&prerelease
                    
Install as a Cake Tool

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://devexpress.com/XPO.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (43)

Showing the top 5 NuGet packages that depend on DevExpress.Xpo:

Package Downloads
Xpand.Extensions.XAF.Xpo

Xpand.Extensions.XAF.Xpo

DevExpress.Xpo.de

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.

DevExpress.Xpo.ja

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.

DevExpress.Xpo.es

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.

Xpand.XAF.Modules.Reactive.Logger.Hub

The `Reactive.Logger.Hub` transmits or receives the execution pipeLine flow.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DevExpress.Xpo:

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
logicpulse/logicPOS
Logicpulse's Open Source POS System
DevExpress/DevExtreme.AspNet.Data
DevExtreme data layer extension for ASP.NET
Version Downloads Last Updated
25.1.4-pre-25208 59 7/30/2025
25.1.4-pre-25201 545 7/23/2025
25.1.4-pre-25194 226 7/16/2025
25.1.4-pre-25191 275 7/10/2025
25.1.4-pre-25187 192 7/9/2025
25.1.3 14,280 7/2/2025
24.2.9-pre-25208 43 7/30/2025
24.2.9-pre-25201 491 7/23/2025
24.2.9-pre-25194 153 7/16/2025
24.2.9-pre-25191 148 7/11/2025
24.2.9-pre-25173 281 6/25/2025
24.2.8 15,085 6/23/2025
24.2.7 76,231 5/6/2025
24.2.6 78,927 3/24/2025
24.2.5 125,820 2/19/2025
24.2.3 179,410 12/12/2024
24.1.13 819 6/23/2025
24.1.12 892 5/5/2025
24.1.11 4,641 3/21/2025
24.1.10 8,239 2/17/2025
24.1.9 4,485 1/24/2025
24.1.8 13,516 12/19/2024
24.1.7 127,704 11/1/2024
24.1.6 243,007 9/20/2024
24.1.5 183,529 8/15/2024
24.1.4 218,845 7/18/2024
24.1.3 190,471 6/13/2024
24.1.1-alpha-24085 1,262 3/26/2024
23.2.13 1,319 5/5/2025
23.2.12 8,914 2/17/2025
23.2.11 8,597 12/19/2024
23.2.10 4,233 11/1/2024
23.2.9 7,941 9/20/2024
23.2.8 8,523 8/15/2024
23.2.7 24,898 6/28/2024
23.2.7-pre-24166 216 6/19/2024
23.2.6 225,482 5/7/2024
23.2.6-pre-24112 437 4/24/2024
23.2.6-pre-24105 346 4/18/2024
23.2.6-pre-24098 397 4/10/2024
23.2.6-pre-24091 400 4/3/2024
23.2.6-pre-24077 634 3/20/2024
23.2.5 354,964 3/14/2024
23.2.4 355,187 2/1/2024
23.2.3 428,164 12/13/2023
23.1.15 1,151 5/5/2025
23.1.14 1,749 2/17/2025
23.1.13 4,013 11/1/2024
23.1.12 3,862 8/15/2024
23.1.11 15,764 6/27/2024
23.1.11-pre-24166 276 6/19/2024
23.1.10 82,425 5/7/2024
23.1.10-pre-24112 297 4/24/2024
23.1.10-pre-24105 297 4/17/2024
23.1.10-pre-24098 384 4/10/2024
23.1.10-pre-24091 301 4/3/2024
23.1.9 7,785 3/14/2024
23.1.8 19,480 2/1/2024
23.1.7 16,246 12/14/2023
23.1.6 353,305 10/19/2023
23.1.5 305,616 9/4/2023
23.1.4 368,851 7/21/2023
23.1.3 301,769 6/14/2023
22.2.15 6,066 2/17/2025
22.2.14 2,654 11/1/2024
22.2.13 6,540 8/15/2024
22.2.12 17,577 5/7/2024
22.2.12-pre-24107 356 4/17/2024
22.2.11 10,790 2/15/2024
22.2.10 12,326 12/14/2023
22.2.9 21,561 10/19/2023
22.2.8 42,093 9/4/2023
22.2.7 37,364 6/27/2023
22.2.6 367,785 4/27/2023
22.2.5 191,015 3/30/2023
22.2.4 607,723 1/27/2023
22.2.3 229,174 12/9/2022
22.1.15 775 2/19/2025
22.1.14 7,381 5/7/2024
22.1.13 3,255 2/15/2024
22.1.12 2,659 12/14/2023
22.1.11 12,975 8/31/2023
22.1.10 21,035 6/27/2023
22.1.9 12,265 4/27/2023
22.1.8 26,496 3/2/2023
22.1.7 45,713 12/15/2022
22.1.6 391,401 10/20/2022
22.1.5 320,063 9/8/2022
22.1.4 389,225 7/28/2022
22.1.3 200,299 6/20/2022
22.1.2-beta 3,333 5/27/2022
21.2.15 13,308 12/14/2023
21.2.14 12,127 6/27/2023
21.2.13 14,549 4/13/2023
21.2.12 49,686 12/15/2022
21.2.11 32,061 10/20/2022
21.2.10 20,104 9/8/2022
21.2.9 53,884 7/21/2022
21.2.8 131,565 6/8/2022
21.2.8-pre-22151 2,477 6/3/2022
21.2.8-pre-22144 2,754 5/25/2022
21.2.8-pre-22131 6,218 5/13/2022
21.2.7 282,870 4/18/2022
21.2.6 624,448 3/2/2022
21.2.5 230,572 1/24/2022
21.2.4 474,336 12/9/2021
21.2.3 297,961 11/1/2021
21.1.12 16,283 4/13/2023
21.1.11 6,453 10/20/2022
21.1.10 13,809 7/21/2022
21.1.9 33,125 4/28/2022
21.1.8 12,609 2/10/2022
21.1.7 32,465 12/9/2021
21.1.6 221,998 9/30/2021
21.1.5 252,620 8/5/2021
21.1.4 206,142 6/24/2021
21.1.3 155,950 5/26/2021
20.2.13 9,669 4/13/2023
20.2.12 14,262 10/20/2022
20.2.11 25,935 5/5/2022
20.2.10 63,660 12/9/2021
20.2.9 77,786 8/18/2021
20.2.8 15,218 6/24/2021
20.2.7 169,132 4/29/2021
20.2.6 302,290 3/18/2021
20.2.5 351,595 1/21/2021
20.2.4 241,701 12/3/2020
20.2.3 236,259 10/27/2020
20.1.17 8,199 4/13/2023
20.1.16 10,118 10/20/2022
20.1.15 20,422 5/5/2022
20.1.14 13,390 12/9/2021
20.1.13 12,495 7/8/2021
20.1.12 6,227 4/29/2021
20.1.11 8,927 3/19/2021
20.1.10 11,498 1/21/2021
20.1.9 15,264 11/26/2020
20.1.8 49,942 10/14/2020
20.1.7 235,352 8/27/2020
20.1.6 162,656 7/17/2020
20.1.5 6,634 7/16/2020
20.1.4 222,076 6/4/2020
20.1.3 281,084 4/30/2020
19.2.15 13,048 10/20/2022
19.2.14 12,316 5/5/2022
19.2.12 11,660 4/29/2021
19.2.11 18,574 12/16/2020
19.2.10 11,400 10/14/2020
19.2.9 22,534 7/15/2020
19.2.8 21,591 5/21/2020
19.2.7 203,760 3/26/2020
19.2.6 283,591 1/31/2020
19.2.5 133,469 12/19/2019
19.2.4 198,275 11/22/2019
19.2.3 303,352 10/25/2019
19.1.16 7,384 10/20/2022
19.1.15 6,357 5/5/2022
19.1.14 5,086 12/9/2021
19.1.13 6,683 4/29/2021
19.1.12 7,348 10/14/2020
19.1.11 14,668 5/21/2020
19.1.10 9,228 4/3/2020
19.1.9 48,698 1/31/2020
19.1.8 9,516 11/22/2019
19.1.7 20,149 10/18/2019
19.1.6 98,602 9/12/2019
19.1.5 205,842 8/1/2019
19.1.4 127,869 6/20/2019
19.1.3 89,076 5/16/2019
19.1.2 9,259 4/23/2019
18.2.18 6,001 10/20/2022
18.2.17 6,801 5/5/2022
18.2.16 5,380 12/9/2021
18.2.15 7,083 4/29/2021
18.2.14 5,756 10/14/2020
18.2.13 11,090 6/4/2020
18.2.12 7,641 4/3/2020
18.2.11 19,892 11/14/2019
18.2.10 18,383 8/1/2019
18.2.9 23,560 6/11/2019
18.2.8 55,323 4/25/2019
18.2.7 95,389 3/13/2019
18.2.6 33,505 2/12/2019
18.2.5 25,529 1/24/2019
18.2.4 62,151 12/23/2018
18.2.3 219,183 11/8/2018
18.1.18 7,224 5/5/2022
18.1.17 3,399 12/9/2021
18.1.16 6,431 4/29/2021
18.1.15 18,682 10/14/2020
18.1.14 7,043 6/4/2020
18.1.13 4,354 4/3/2020
18.1.12 32,567 6/11/2019
18.1.11 10,893 4/18/2019
18.1.10 4,478 3/13/2019
18.1.9 4,458 2/12/2019
18.1.8 7,522 1/24/2019
18.1.7 23,758 11/1/2018
18.1.6 102,895 9/5/2018
18.1.5 38,770 8/2/2018
18.1.4 22,693 6/21/2018
18.1.3 43,419 5/29/2018