摘要:
var connectionString = "Data Source=127.0.0.1;Port=3306;User ID=root;Password=root;" + "Initial Catalog=cccddd;Charset=utf8;SslMode=none;Max pool size 阅读全文
posted @ 2019-09-17 06:47
FreeSql
阅读(4917)
评论(1)
推荐(2)
摘要:
var connectionString = "Data Source=127.0.0.1;Port=3306;User ID=root;Password=root;" + "Initial Catalog=cccddd;Charset=utf8;SslMode=none;Max pool size 阅读全文
posted @ 2019-09-17 06:30
FreeSql
阅读(11097)
评论(7)
推荐(3)
摘要:
var connectionString = "Data Source=127.0.0.1;Port=3306;User ID=root;Password=root;" + "Initial Catalog=cccddd;Charset=utf8;SslMode=none;Max pool size 阅读全文
posted @ 2019-09-17 06:25
FreeSql
阅读(13825)
评论(1)
推荐(4)
摘要:
FreeSql 提供使用 FluentApi, 在外部配置实体的数据库特性,FluentApi 的方法命名与 Attribute 保持一致,如下: fsql.CodeFirst .ConfigEntity<TestFluenttb1>(a => { a.Name("table1"); a.Prope 阅读全文
posted @ 2019-09-17 06:20
FreeSql
阅读(9406)
评论(2)
推荐(4)
摘要:
v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/MaxLength/StringLength/DatabaseGenerated/Table/Column 主键(Primary Key) class Topic { [Column(IsPrimary 阅读全文
posted @ 2019-09-17 06:15
FreeSql
阅读(23277)
评论(5)
推荐(3)
摘要:
FreeSql 支持 CodeFirst 迁移结构至数据库,这应该是(O/RM)必须标配的一个功能。 与其他(O/RM)不同FreeSql支持更多的数据库特性,而不只是支持基础的数据类型,这既是优点也是缺点,优点是充分利用数据库特性辅助开发,缺点是切换数据库变得困难。不同程序员的理念可能不太一致,作 阅读全文
posted @ 2019-09-17 06:11
FreeSql
阅读(14527)
评论(5)
推荐(3)
摘要:
欢迎来到《FreeSql 快速入门》系列文档,完整文档请前往 wiki 中心:https://github.com/dotnetcore/FreeSql/wiki FreeSql是功能强大的 .NET ORM,支持 .NetFramework 4.0+、.NetCore 2.1+、Xamarin 等 阅读全文
posted @ 2019-09-17 06:08
FreeSql
阅读(86098)
评论(24)
推荐(35)

浙公网安备 33010602011771号