mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 Column 特性 RereadSql 重读功能;
This commit is contained in:
@ -132,7 +132,7 @@ namespace FreeSql.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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user