mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update ContextMethods
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user