mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
-
This commit is contained in:
parent
1a71a294fa
commit
90cda72708
@ -42,5 +42,10 @@ namespace SqlSugar
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public ICodeFirst Where(Func<string, bool> filterMethod)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@ namespace SqlSugar
|
||||
ICodeFirst IsBackupTable(bool isCreateTable = false);
|
||||
ICodeFirst IsBackupData(bool isCreateTable = true);
|
||||
ICodeFirst IsDeleteNoExistColumn(bool isDeleteNoExistColumn = true);
|
||||
ICodeFirst Where(Func<string, bool> filterMethod);
|
||||
void InitTables(string entitiesNamespace);
|
||||
void InitTables(string [] entitiesNamespaces);
|
||||
void InitTables(Type [] entityTypes);
|
||||
|
Loading…
Reference in New Issue
Block a user