Update ContextMethods

This commit is contained in:
sunkaixuan 2019-04-13 12:18:12 +08:00
parent 12fee82eb3
commit 2c7ff9d067
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);