We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.25
namespace SmartSql.DyRepository.Annotations { [AttributeUsage(AttributeTargets.Method||AttributeTargets.Class, AllowMultiple = false)] public class UseTransactionAttribute : Attribute { public IsolationLevel Level { get; set; } = IsolationLevel.Unspecified; } }
namespace SmartSql.DyRepository.Annotations { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class UseTransactionAttribute : Attribute { public IsolationLevel Level { get; set; } = IsolationLevel.Unspecified; } }
The text was updated successfully, but these errors were encountered:
UseTransactionAttribute 作用域是 动态仓储接口 , 请使用 SmartSql.AOP 提供的事务注解。 https://github.com/dotnetcore/SmartSql/blob/master/src/SmartSql.AOP/TransactionAttribute.cs
Sorry, something went wrong.
SmartSql.AOP.TransactionAttribute.cs 类注解的作用域,你可以尝试写写,然后提供PR。
添加 dotnetcore#105 对应的功能。
e5e9137
好的。已提交PR
Ahoo-Wang
No branches or pull requests
SmartSql version
4.1.25
Database provider and version
Steps to reproduce
Expected result
Actual result
Stack trace
The text was updated successfully, but these errors were encountered: