adjust internal API

This commit is contained in:
2881099
2020-12-21 21:20:19 +08:00
parent e5452ad43f
commit c9052789f0
66 changed files with 151 additions and 151 deletions

View File

@ -119,7 +119,7 @@ namespace FreeSql.MySql
public override string Now => "now()";
public override string NowUtc => "utc_timestamp()";
public override string QuoteWriteParamter(Type type, string paramterName)
public override string QuoteWriteParamterAdapter(Type type, string paramterName)
{
switch (type.FullName)
{