There's a way?
var customer = constructor.Entity<Customer>();
customer.Property(c => c.Date).DataType("smalldatetime");
THANKS IN ADVANCE
There's a way?
var customer = constructor.Entity<Customer>();
customer.Property(c => c.Date).DataType("smalldatetime");
THANKS IN ADVANCE