mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
Update db.GetFunc
This commit is contained in:
parent
30170e5256
commit
f520b488c0
@ -376,7 +376,7 @@ AND syscomments.text LIKE '%"+tableName+"%'");
|
|||||||
}
|
}
|
||||||
public override List<string> GetFuncList()
|
public override List<string> GetFuncList()
|
||||||
{
|
{
|
||||||
return this.Context.Ado.SqlQuery<string>("SELECT name\r\nFROM sys.objects\r\nWHERE type_desc IN( 'SQL_SCALAR_FUNCTION','SQL_TABLE_VALUED_FUNCTION') ");
|
return this.Context.Ado.SqlQuery<string>("SELECT name\r\nFROM sys.objects\r\nWHERE type_desc IN( 'SQL_SCALAR_FUNCTION','SQL_INLINE_TABLE_VALUED_FUNCTION') ");
|
||||||
}
|
}
|
||||||
private bool IsAnySchemaTable(string tableName)
|
private bool IsAnySchemaTable(string tableName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user