This commit is contained in:
sunkaixuna
2021-11-21 00:04:08 +08:00
parent 10395fd5b6
commit 4a334428fe

View File

@@ -11,7 +11,7 @@ namespace SqlSugar
{
public OracleFastBuilder()
{
throw new Exception("Oracle bulk copy , only.net CORE is supported");
throw new Exception("Only.net CORE is supported");
}
public SqlSugarProvider Context { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }