取消数据权限控制

image

 

e6d08286e3602c54d8c32ab8563856a

 

bool disableSecurity = UFSoft.UBF.View.Query.QueryCompiler.DisableSecurity;
bool disableWriteSecurity = UFSoft.UBF.View.Query.QueryCompiler.DisableWriteSecurity;
如果忽略数据权限,改成true
UFSoft.UBF.View.Query.QueryCompiler.DisableSecurity = true;
UFSoft.UBF.View.Query.QueryCompiler.DisableWriteSecurity = true;
程序执行完后再恢复
UFSoft.UBF.View.Query.QueryCompiler.DisableSecurity = disableSecurity;
UFSoft.UBF.View.Query.QueryCompiler.DisableWriteSecurity = disableWriteSecurity;

 

posted @ 2026-03-11 11:11  江境纣州  阅读(10)  评论(0)    收藏  举报