This question is locked. New answers and comments are not allowed.
Hello,
I want to know if it is possible to use custom types within my domain model? I've the caase that I want to use a Money type instead of double or decimal in my app but in the database of courde it should be stotred as decimal values.
How can I reach that? When I change the datatype in the model (Money is defined already) I get the message:
Could you help me please,
Norbert
I want to know if it is possible to use custom types within my domain model? I've the caase that I want to use a Money type instead of double or decimal in my app but in the database of courde it should be stotred as decimal values.
How can I reach that? When I change the datatype in the model (Money is defined already) I get the message:
Unbehandelte Ausnahme: Telerik.OpenAccess.Exceptions.MetadataException: The metadata for field '_durchschnittspreis' of class 'ES.Energizer.Core.Deal' cannot be initialized: Type converter initialization failed. The converter with name 'DoubleConverter' does not convert from CLR type 'System.Money' to SQL type 'float'.Could you help me please,
Norbert