Microsoft.ApplicationBlocks.Data
2.0.0
dotnet add package Microsoft.ApplicationBlocks.Data --version 2.0.0
NuGet\Install-Package Microsoft.ApplicationBlocks.Data -Version 2.0.0
<PackageReference Include="Microsoft.ApplicationBlocks.Data" Version="2.0.0" />
paket add Microsoft.ApplicationBlocks.Data --version 2.0.0
#r "nuget: Microsoft.ApplicationBlocks.Data, 2.0.0"
// Install Microsoft.ApplicationBlocks.Data as a Cake Addin #addin nuget:?package=Microsoft.ApplicationBlocks.Data&version=2.0.0 // Install Microsoft.ApplicationBlocks.Data as a Cake Tool #tool nuget:?package=Microsoft.ApplicationBlocks.Data&version=2.0.0
The Microsoft Data Access Application Block for .NET consists of a single .NET-based assembly, which contains all of the functionality necessary to perform the most common data access tasks against a Microsoft SQL Server 2000 database.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.ApplicationBlocks.Data:
Package | Downloads |
---|---|
CometX
CometX Attributes, Entities, Service and Repo .dlls |
|
CometX.NETCore
CometX.NET Core Attributes, Entities, Service and Repo .dlls |
|
FormBuilder
Create Easily forms by drag and drop tools |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,098,504 | 9/27/2014 |
The 2.0 release of the Data Access Application Block includes the following new features:
● Support for strongly typed DataSets with the FillDataset method
● Support for committing updates to a DataSet back to the database
● Additional helper methods with support for DataRow type parameters
● Minor bug fixes