Browse Source

-

pull/10/head
sunkaixuna 3 years ago
parent
commit
4a334428fe
  1. 2
      Src/Asp.Net/SqlSugar/OnlyNet/OracleFastBuilder.cs

2
Src/Asp.Net/SqlSugar/OnlyNet/OracleFastBuilder.cs

@ -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(); }

Loading…
Cancel
Save