sunkaixuna
3 years ago
3 changed files with 19 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace SqlSugar.OnlyNet |
||||
|
{ |
||||
|
public class OracleFastBuilder |
||||
|
{ |
||||
|
public OracleFastBuilder() |
||||
|
{ |
||||
|
throw new Exception("Oracle bulk copy , only.net CORE is supported"); |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue