mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 扩展 内部方法 QuoteReadColumn
This commit is contained in:
		@@ -104,9 +104,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