@ -11,8 +11,7 @@ namespace SqlSugar
{
internal SqlSugarProvider Context { get; set; }
internal MethodInfo MethodInfo { get; set; }
internal object objectValue { get; set; }
internal string[] ignoreColumns { get; set; }
public int ExecuteCommand()
@ -1,5 +1,4 @@
using Microsoft.SqlServer.Server;
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;