SqlData 1.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SqlData --version 1.0.2
NuGet\Install-Package SqlData -Version 1.0.2
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="SqlData" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlData --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SqlData, 1.0.2"
#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 SqlData as a Cake Addin #addin nuget:?package=SqlData&version=1.0.2 // Install SqlData as a Cake Tool #tool nuget:?package=SqlData&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SQL Data is an ORM for C# to SQL without any of the bloat.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
1.1.4 | 1,445 | 6/1/2020 |
1.1.3 | 733 | 5/28/2019 |
1.1.2 | 614 | 5/28/2019 |
1.1.1 | 604 | 5/28/2019 |
1.1.0 | 1,544 | 10/17/2016 |
1.0.17 | 1,203 | 9/6/2016 |
1.0.16 | 1,226 | 8/8/2016 |
1.0.15 | 1,283 | 6/2/2016 |
1.0.13 | 1,215 | 6/2/2016 |
1.0.12 | 1,294 | 6/1/2016 |
1.0.11 | 1,265 | 6/1/2016 |
1.0.9 | 1,256 | 6/1/2016 |
1.0.8 | 1,234 | 5/17/2016 |
1.0.7 | 1,266 | 3/20/2016 |
1.0.3 | 1,054 | 1/26/2016 |
1.0.2 | 1,020 | 12/18/2015 |
1.0.1 | 1,019 | 12/15/2015 |
1.0.0 | 1,735 | 12/13/2015 |
Added class attribute IgnoreAll and prpoerty attribute Include. These are useful when you have to inherit from a 3rd-party class and do not have access to change it.
Also, changed the PropertyInfo extension method to a more generic approach.