mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-27 19:41:17 +08:00
-
This commit is contained in:
parent
5a208ea9d9
commit
499a14a9bf
@ -12,7 +12,6 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user