Enhancement: Create a base class for the Type Map attributes (NpgsqlTypeMapAttribute, MySqlTypeMapAttribute, MicrosoftSqlServerTypeMapAttribute and SystemSqlServerTypeMapAttribute) #873
Labels
deployed
Feature or bug is deployed at the current release
enhancement
New feature or request
fixed
The bug, issue, incident has been fixed.
Describe the enhancement
To simplify the compilation and provide more dynamics to the entity class itself, it is good to create a base class for the Type Map attributes (NpgsqlTypeMapAttribute, MySqlTypeMapAttribute, MicrosoftSqlServerTypeMapAttribute and SystemSqlServerTypeMapAttribute).
This base class is only not limited to the mentioned type map attributes, it should as well be able to set the value of all the property of the
IDbDataParameter
object.This should not impact the existing implementations.
The text was updated successfully, but these errors were encountered: