add summary

This commit is contained in:
28810
2020-04-01 23:20:42 +08:00
parent b6377189ea
commit 90b2418fb0
3 changed files with 38 additions and 0 deletions

View File

@ -10,6 +10,11 @@ namespace FreeSql
{
Type EntityType { get; }
IUnitOfWork UnitOfWork { get; set; }
/// <summary>
/// 注意IFreeSql 属于顶级对象,事务无法自动传递。<para></para>
/// 手工传递事务ISelect/IInsert/IDelete/IUpdate 可以使用 WithTransaction(uow.GetOrBeginTransaction())
/// </summary>
IFreeSql Orm { get; }
/// <summary>