mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
02e9568dda
commit
5e96a9dbc0
@ -11,12 +11,18 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
var message = ErrorMessage.GetThrowMessage(
|
||||||
|
"SqlSugar PostGreSQL only support.NET CORE",
|
||||||
|
"SqlSugar使用 PostGreSQL只支持.NET CORE");
|
||||||
|
throw new Exception(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
var message = ErrorMessage.GetThrowMessage(
|
||||||
|
"SqlSugar PostGreSQL only support.NET CORE",
|
||||||
|
"SqlSugar使用 PostGreSQL只支持.NET CORE");
|
||||||
|
throw new Exception(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user