System.Data.DataSetExtensions 4.5.0-preview1-26216-02

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.Data.DataSetExtensions.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.Data.DataSetExtensions --version 4.5.0-preview1-26216-02
NuGet\Install-Package System.Data.DataSetExtensions -Version 4.5.0-preview1-26216-02
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="System.Data.DataSetExtensions" Version="4.5.0-preview1-26216-02" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Data.DataSetExtensions --version 4.5.0-preview1-26216-02
#r "nuget: System.Data.DataSetExtensions, 4.5.0-preview1-26216-02"
#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.
// Install System.Data.DataSetExtensions as a Cake Addin
#addin nuget:?package=System.Data.DataSetExtensions&version=4.5.0-preview1-26216-02&prerelease

// Install System.Data.DataSetExtensions as a Cake Tool
#tool nuget:?package=System.Data.DataSetExtensions&version=4.5.0-preview1-26216-02&prerelease

Provides extensions to form LINQ expressions and method queries against DataTable objects.

Commonly Used Types:
System.Data.DataRowComparer
System.Data.DataRowExtensions
System.Data.DataTableExtensions
System.Data.EnumerableRowCollection
System.Data.EnumerableRowCollectionExtensions
System.Data.OrderedEnumerableRowCollection
System.Data.TypedTableBase
System.Data.TypedTableBaseExtensions

00490982c7952e96a1089818467caa6fd07541b2
When using NuGet 3.x this package requires at least version 3.4.

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. 
.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 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. 
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.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • MonoAndroid 1.0

    • No dependencies.
  • MonoTouch 1.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.
  • Xamarin.TVOS 1.0

    • No dependencies.
  • Xamarin.WatchOS 1.0

    • No dependencies.

NuGet packages (435)

Showing the top 5 NuGet packages that depend on System.Data.DataSetExtensions:

Package Downloads
MimeKit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit

Microsoft.Windows.Compatibility The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

linq2db The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.

AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.

Kentico.Xperience.Libraries The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The runtime assemblies for libraries and applications that use Kentico Xperience API.

GitHub repositories (122)

Showing the top 5 popular GitHub repositories that depend on System.Data.DataSetExtensions:

Repository Stars
Klocman/Bulk-Crap-Uninstaller
Remove large amounts of unwanted applications quickly.
AutoDarkMode/Windows-Auto-Night-Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
gerardog/gsudo
Sudo for Windows
PowerShell/PSReadLine
A bash inspired readline implementation for PowerShell
dotnet/samples
Sample code referenced by the .NET documentation
Version Downloads Last updated
4.6.0-preview3.19128.7 753,200 3/6/2019
4.6.0-preview.19073.11 23,762 1/29/2019
4.6.0-preview.18571.3 46,038 12/3/2018
4.5.0 99,427,731 5/29/2018
4.5.0-rc1 48,000 5/6/2018
4.5.0-preview2-26406-04 21,620 4/10/2018
4.5.0-preview1-26216-02 57,057 2/26/2018