FM.Data 1.0.0.8

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

// Install FM.Data as a Cake Tool
#tool nuget:?package=FM.Data&version=1.0.0.8

EntityFramework DbContext Extension Helper.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FM.Data:

Package Downloads
FM.Data.CodeGenerator

This is a Scaffold extension to generate POCO class, Mapping class, Repository pattern class and DbContext. Very helpful in database-first approach without needing .edmx. Usage: On Package Manager Console type the following command: Scaffold PocoFromDB {your-connection-string} {contextName} {table name or your select query} {entityname} {providerName} Ex: Scaffold PocoFromDB "Data Source=C:\DB\Foo.sdf" FooContext Customer CustomerEntity "System.Data.SqlServerCe.4.0" Scaffold PocoFromDB "Data Source=C:\DB\Foo.sdf" FooContext "SELECT FirstName, LastName FROM Customer" CustomerEntity "System.Data.SqlServerCe.4.0" Special Note: If your connection string contains special character/reserve for PowerShell such as '$', you need escape it with '`' character. Example: pa$$word01 will be pa`$`$word01

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 1,884 3/26/2013
1.0.0.7 1,139 3/26/2013
1.0.0.6 1,139 3/23/2013
1.0.0.5 1,163 3/23/2013
1.0.0.4 1,158 3/23/2013
1.0.0.3 1,121 3/23/2013
1.0.0.2 1,261 12/16/2012
1.0.0.1 17,703 12/15/2012