mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
add summary
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user