Info
Version: | 1.0.2 |
Author(s): | Kinin Roza |
Last Update: | Sunday, December 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://kinintech.blogspot.com/ |
NuGet Url: | https://www.nuget.org/packages/KininTech.ORM |
Install
Install-Package KininTech.ORM
dotnet add package KininTech.ORM
paket add KininTech.ORM
KininTech.ORM Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.SqlServer.Types(>= 14.0.1016.290)
Tags
KininTech.ORM is an advanced repackage of KininTech.SqlMapping, providing faster and easier mapping processes and cross-type object-relatonal data type mapping.
The model classes can be automatically-generated or manually created by following some certain rules of cross-type object-relatonal data type mapping.
KininTech.ORM comes with pre-defined classes which can be used to create model classes with various options. On top of that, it also comes with pre-defined attribute classes which provide a satisfying reconciliation of naming conventions between relational and object-oriented models.
More importantly, this package supports LINQ-to-Entities, which enables the developers to write Language-Integrated Query (LINQ) to query data from database table into entities.
For more information, please see visit our site or GitHub repository.