mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 10:08:11 +08:00
Update ContextMethods
This commit is contained in:
parent
12fee82eb3
commit
2c7ff9d067
@ -8,7 +8,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class ContextMethods : IContextMethods
|
||||
public partial class ContextMethods : IContextMethods
|
||||
{
|
||||
public SqlSugarClient Context { get; set; }
|
||||
#region DataReader
|
||||
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public interface IContextMethods
|
||||
public partial interface IContextMethods
|
||||
{
|
||||
SqlSugarClient Context { get; set; }
|
||||
ExpandoObject DataReaderToExpandoObject(IDataReader reader);
|
||||
|
Loading…
Reference in New Issue
Block a user