mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 扩展 内部方法 QuoteReadColumn
This commit is contained in:
@ -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":
|
||||
|
Reference in New Issue
Block a user