Rishi Kaushik

Results 3 comments of Rishi Kaushik

The database table we want to scaffold has some low-precision NUMERIC columns (for example, NUMERIC(1,0)). These are by default scaffolded to CLR Type 'decimal'. We are thinking if it would...

@ajcvickers thanks for the confirmation! Is there any sample you can point me to which uses the T4 template and would implement this type CLR type overriding based on Store...

@ajcvickers Thanks for providing the sample! :)