- 扩展 内部方法 QuoteReadColumn

This commit is contained in:
28810
2020-01-06 18:50:38 +08:00
parent f7205b0414
commit bbba06a343
46 changed files with 140 additions and 167 deletions

View File

@ -112,9 +112,9 @@ namespace FreeSql.MySql
}
return paramterName;
}
public override string QuoteReadColumn(Type type, string columnName)
public override string QuoteReadColumn(Type type, Type mapType, string columnName)
{
switch (type.FullName)
switch (mapType.FullName)
{
case "MygisPoint":
case "MygisLineString":