ColumnAttribute của bạn cần bao gồm DbType tham số. Đặt nó thành
[Column(Storage="_time", DbType="Time NOT NULL")]
Bạn có thể xem thêm tại MSDN .
ColumnAttribute của bạn cần bao gồm DbType tham số. Đặt nó thành
[Column(Storage="_time", DbType="Time NOT NULL")]
Bạn có thể xem thêm tại MSDN .