mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
-
This commit is contained in:
@@ -7,5 +7,9 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public class OracleCodeFirst : CodeFirstProvider
|
public class OracleCodeFirst : CodeFirstProvider
|
||||||
{
|
{
|
||||||
|
public OracleCodeFirst()
|
||||||
|
{
|
||||||
|
throw new Exception("该功能还未测试");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,5 +7,8 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public class OracleDbFirst : DbFirstProvider
|
public class OracleDbFirst : DbFirstProvider
|
||||||
{
|
{
|
||||||
|
public OracleDbFirst() {
|
||||||
|
throw new Exception("该功能还未测试");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user