Index: doc/reference/modules/basic_mapping.xml
===================================================================
--- doc/reference/modules/basic_mapping.xml (revision 2985)
+++ doc/reference/modules/basic_mapping.xml (working copy)
@@ -2136,7 +2136,8 @@
Decimal
System.Decimal
DbType.Decimal
- Default when no type attribute specified.
+ Default when no type attribute specified.
+ The DateTimeKind is DateTimeKind.Unspecified
Double
@@ -2169,6 +2170,12 @@
Default when no type attribute specified.
+ LocalDateTime
+ System.DateTime
+ DbType.DateTime - ignores the milliseconds
+ Ensures the DateTimeKind is set to DateTimeKind.Local
+
+
PersistentEnum
A System.Enum
The DbType for the underlying value.
@@ -2207,6 +2214,12 @@
type="TrueFalse" must be specified.
+ UtcDateTime
+ System.DateTime
+ DbType.DateTime - ignores the milliseconds
+ Ensures the DateTimeKind is set to DateTimeKind.Utc
+
+
YesNo
System.Boolean
DbType.AnsiStringFixedLength - 1 char either 'Y' or 'N'