Update custom database

This commit is contained in:
sunkaixuna 2022-02-02 00:22:32 +08:00
parent e92c8a1dc4
commit 8c46b26e16
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar
{
public class CustomProvider
{
internal static ISugarQueryable<T> GetQueryable<T>(string dbName, string dllName)
{
throw new NotImplementedException();
}
}
}

View File

@ -102,7 +102,6 @@
<Compile Include="Interface\IFastBuilder.cs" />
<Compile Include="Interface\IFastest.cs" />
<Compile Include="OnlyNet\OracleFastBuilder.cs" />
<Compile Include="Realization\Custom\CustomProvider.cs" />
<Compile Include="Realization\MySql\SqlBuilder\MySqlFastBuilder.cs" />
<Compile Include="Realization\PostgreSQL\SqlBuilder\PostgreSQLFastBuilder.cs" />
<Compile Include="Realization\Sqlite\SqlBuilder\SqliteFastBuilder.cs" />