mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-20 04:48:16 +08:00
update to .net60
This commit is contained in:
@ -677,7 +677,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
return this;
|
||||
}
|
||||
|
||||
public string ToSql()
|
||||
public virtual string ToSql()
|
||||
{
|
||||
if (_where.Length == 0 && _source.Any() == false) return null;
|
||||
|
||||
|
Reference in New Issue
Block a user