RobinYang
-
-
.NET Core 2.0 This package targets .NET Core 2.0. The package is compatible with this framework or higher. .NET Standard 2.0 This package targets .NET Standard 2.0. The package is compatible with this framework or higher. .NET Framework 4.5.1 This package targets .NET Framework 4.5.1. The package is compatible with this framework or higher.
- 45,292 total downloads
- last updated 3/23/2021
- Latest version: 1.4.0.1
System.Data.IDbConnection cnn ; var res0 = cnn.Find<GoodsInfo>().Take1().Ex(); var res5 = cnn.Find<GoodsInfo>().Take(100).Ex(); var res4 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Ex(); var res3 =... More information -
-
Yang.
by: RobinYangQuery -
.NET Core 2.0 This package targets .NET Core 2.0. The package is compatible with this framework or higher. .NET Standard 2.0 This package targets .NET Standard 2.0. The package is compatible with this framework or higher. .NET Framework 4.0 This package targets .NET Framework 4.0. The package is compatible with this framework or higher.
- 11,226 total downloads
- last updated 3/12/2021
- Latest version: 1.2.3
System.Data.IDbConnection cnn ; var eg1 = cnn.Find<GoodsInfo>().Take1().Ex(); var eg2 = cnn.Find<GoodsInfo>().Take(100).Ex(); var eg3 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Ex(); var eg4 =... More information -