zsquare

Results 1 comments of zsquare

One option is set a custom mapper. public static PropertyInfo CustomPropertyMapper(Type type, string columnName) { //find and return the property with property name or column name } SqlMapper.TypeMapProvider = (Type...