This commit is contained in:
sunkaixuan 2017-10-07 12:20:02 +08:00
parent 0b4e2f1485
commit 28b3325150

View File

@ -217,6 +217,7 @@ namespace SqlSugar
() =>
{
var oldIsEnableLog = this.Context.Ado.IsEnableLogEvent;
this.Context.Ado.IsEnableLogEvent = false;
string sql = @" select cu.COLUMN_name KEYNAME from user_cons_columns cu, user_constraints au
where cu.constraint_name = au.constraint_name
and au.constraint_type = 'P' and au.table_name = '" +tableName.ToUpper()+ @"'";