Info
Version: | 24.2.1-alpha-24260 |
Author(s): | Developer Express Inc. |
Last Update: | Tuesday, September 17, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.devexpress.com/go/XPO_NuGet_Landing.aspx |
NuGet Url: | https://www.nuget.org/packages/DevExpress.Xpo |
Install
Install-Package DevExpress.Xpo
dotnet add package DevExpress.Xpo
paket add DevExpress.Xpo
DevExpress.Xpo Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- DevExpress.Data(>= 20.2.5 && <= 20.2.5)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Win32.Registry(>= 4.5.0)
- NETStandard.Library(>= 2.0.3)
- System.Data.SqlClient(>= 4.5.0)
- System.Drawing.Common(>= 4.5.0)
- System.Security.Principal.Windows(>= 4.5.0)
- System.ServiceModel.Http(>= 4.5.0)
- System.ServiceModel.NetTcp(>= 4.4.1)
- System.ServiceModel.Security(>= 4.4.3)
- DevExpress.Data(>= 20.2.5 && <= 20.2.5)
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.