This commit is contained in:
2881099
2022-09-06 17:00:31 +08:00
parent 9eab104259
commit 090abfd36a
48 changed files with 1919 additions and 29 deletions

View File

@ -6,7 +6,7 @@ using Rougamo.Context;
namespace FreeSql
{
[AttributeUsage(AttributeTargets.Method)]
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class TransactionalAttribute : Rougamo.MoAttribute
{
public Propagation Propagation { get; set; } = Propagation.Required;