mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-07-30 08:45:57 +08:00
- 调整 命名空间,归纳 FreeSql.Interface;
This commit is contained in:
@ -4,7 +4,7 @@ using System.Data;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FreeSql {
|
||||
namespace FreeSql.Interface {
|
||||
public interface ISelect<T1, T2, T3, T4, T5, T6, T7> : ISelect0<ISelect<T1, T2, T3, T4, T5, T6, T7>, T1> where T1 : class where T2 : class where T3 : class where T4 : class where T5 : class where T6 : class where T7 : class {
|
||||
|
||||
bool Any(Expression<Func<T1, T2, T3, T4, T5, T6, T7, bool>> exp);
|
||||
|
Reference in New Issue
Block a user