- 增加 Column 特性 RereadSql 重读功能;

This commit is contained in:
2881099
2020-12-21 20:31:16 +08:00
parent 1effade3b1
commit 76e8b3efce
61 changed files with 143 additions and 118 deletions

View File

@ -79,7 +79,7 @@ namespace FreeSql.Odbc.MySql
}
return paramterName;
}
public override string QuoteReadColumn(Type type, Type mapType, string columnName)
protected override string QuoteReadColumnAdapter(Type type, Type mapType, string columnName)
{
switch (mapType.FullName)
{