dibley1973 / StoredProcedureFramework

A .Net framework for calling stored procedures
MIT License
4 stars 2 forks source link

Enhancement: Add ability to alias column names for DTOs #6

Closed dibley1973 closed 8 years ago

dibley1973 commented 8 years ago

Discovered a need to alias the column names for in the DTOs so they can differ from the column names the stored procedure returns.

dibley1973 commented 8 years ago

The following tests have been created:

... of which, only "DTO_WithoutAliasButWithMatchingNames_ReturnsResults" pass initially.

dibley1973 commented 8 years ago

The following tests now pass:

dibley1973 commented 8 years ago

Closing issue