Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.2.1 |
Author(s): | hnx8(H.Takahashi) |
Last Update: | Friday, September 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hnx8/DapperAid |
NuGet Url: | https://www.nuget.org/packages/DapperAid |
Install
Install-Package DapperAid
dotnet add package DapperAid
paket add DapperAid
DapperAid Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Dapper(>= 1.50.2)
- Dapper(>= 1.50.2)
- System.ComponentModel.Annotations(>= 4.4.0)
- Dapper(>= 1.50.2)
Tags
属性/ラムダ式の指定をもとに内蔵クエリビルダが実行SQLを自動生成します。SQL記述不要でDBを参照更新できます。
This library provides CRUD operations of the database as Extension Methods.
By specifying Attribute / Lambda-Expression, You can perform database query/update using Dapper without writing SQL.