<types>
  <type name="Integer-32" dotnet="Int32" sql="INTEGER" dotnet-kind="value" default="0" />
  <type name="Real-64" dotnet="Double" sql="REAL" dotnet-kind="value" default="0.0"/>
  <type name="Boolean" dotnet="Boolean" sql="BIT" dotnet-kind="value" default="false"/>
  <type name="DateTime" dotnet="DateTime" sql="DATETIME" dotnet-kind="value" />
  <type name="Date" dotnet="DateTime" sql="DATETIME" dotnet-kind="value" />
  <type name="Time" dotnet="TimeSpan" sql="DECIMAL" dotnet-kind="value" />
  <type name="Money" dotnet="Decimal" sql="MONEY" dotnet-kind="value" />

  <type name="String" dotnet="String" sql="NVARCHAR" dotnet-kind="reference" />


  <typedef name="Integer" type="Integer-32" />
  <typedef name="Real" type="Real-64" />
</types>