Exemplo n.º 1
0
 public virtual async Task Data_StoreDateTime()
 {
     //  for DateTime values to be equal they need to have the same DateTimeKind
     //  database providers should return a DateTime value with a DateTimeKind of Unspecified.
     await Data_TestStoreDataType(SqlDataType.DateTime(), new DateTime(2018, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified));
 }