///<summary>Gets a table of data using low permissions.</summary> public static DataTable GetTable(string command) { if (RemotingClient.RemotingRole == RemotingRole.ClientWeb) { return(Meth.GetTableLow(command)); } return(Db.GetTableLow(command)); }