MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

'System.Double' cannot be converted to type 'System.Decimal' #3

Closed MerrionComputing closed 5 years ago

MerrionComputing commented 5 years ago

System.ArgumentException: 'Object of type 'System.Double' cannot be converted to type 'System.Decimal'.'

When reading a row into a class that has Decimal properties, they are held in the table as Double and so need an explicit conversion (implicit fails)

MerrionComputing commented 5 years ago

Closed with explicit converter