mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
-
This commit is contained in:
@@ -11,7 +11,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public OracleFastBuilder()
|
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(); }
|
public SqlSugarProvider Context { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user