Version 2025.10.17.0
Changes made in this release:
- All entity loading extension methods will now honor ColumnAttribute
settings on entity properties to ensure proper mapping of result set columns to entity properties.
- Added ParameterNameAttribute
so that a stored procedure parameter name can be applied to entity properties and stored procedure method
parameters to define the parameter name if it differs from the property/method parameter name.
- Updated the conversion utility to use the member name attribute value if a property name value
is missing.