Browse Source

Update ContextMethods

pull/12/MERGE
sunkaixuan 6 years ago
parent
commit
2c7ff9d067
  1. 2
      Src/Asp.Net/SqlSugar/Infrastructure/ContextMethods.cs
  2. 2
      Src/Asp.Net/SqlSugar/Interface/IContextMethods.cs

2
Src/Asp.Net/SqlSugar/Infrastructure/ContextMethods.cs

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

2
Src/Asp.Net/SqlSugar/Interface/IContextMethods.cs

@ -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…
Cancel
Save