OR-M_DataEntities 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OR-M_DataEntities --version 2.0.0
NuGet\Install-Package OR-M_DataEntities -Version 2.0.0
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="OR-M_DataEntities" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OR-M_DataEntities --version 2.0.0
#r "nuget: OR-M_DataEntities, 2.0.0"
#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 OR-M_DataEntities as a Cake Addin
#addin nuget:?package=OR-M_DataEntities&version=2.0.0

// Install OR-M_DataEntities as a Cake Tool
#tool nuget:?package=OR-M_DataEntities&version=2.0.0

This solution is a micro Object-Relational Mapper aimed at speed.

Product Compatible and additional computed target framework versions.
.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. 
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
3.0.4 1,716 8/23/2016
3.0.3 1,219 7/28/2016
3.0.2 1,082 4/18/2016
3.0.1 1,007 4/11/2016
3.0.0 1,061 4/7/2016
2.3.4 1,402 12/16/2015
2.3.3 1,465 11/16/2015
2.3.2 1,384 10/23/2015
2.3.1 1,248 10/5/2015
2.3.0 1,148 9/28/2015
2.2.0 1,119 9/9/2015
2.1.6 1,094 9/4/2015
2.1.5 1,080 8/28/2015
2.1.4 1,082 8/27/2015
2.1.3 1,580 8/12/2015
2.1.2 1,354 8/3/2015
2.1.1 1,153 7/21/2015
2.1.0 1,114 7/9/2015
2.0.3 1,138 7/6/2015
2.0.2 1,190 7/1/2015
2.0.1 1,232 6/24/2015
2.0.0 1,460 6/24/2015
1.1.0 1,728 3/9/2015
1.0.0 1,433 3/5/2015

Changes:

1. Added support for Foreign Keys

2. Added support for Linked Servers

3. Fixed updating of TimeStamps

4. Added Pseudo Key (On the fly Foreign Key)

5. Added ReadOnly Attribute for Tables

6. Added View Attribute for Tables

7. Changed the way queries are written. This needed to be done for Foreign Key support

8. Better data shaping

9. Took out recursion in the object loader

10. Huge refactor, which made the ORM even faster with large queries

11. Fixed null issue in where statements

12. First will now throw an error if no data rows exist from the query

13. Because of added support for foreign keys, all queries must now use Linq