On Thu, Apr 15, 2010 at 14:45, John Tomaselli <j...@gtz.com> wrote:
> The csdl from emdx, looks good to me.
> Thanks,
> John
>
>  <EntityType Name="OrderDetail" ib:Pname="s:OrderDetails">
>          <Key>
>            <PropertyRef Name="OrderID" />
>            <PropertyRef Name="ProductID" />
>          </Key>
>          <Property Name="OrderID" Type="Int32" Nullable="false" />
>          <Property Name="ProductID" Type="Int32" Nullable="false" />
>          <Property Name="UnitPrice" Type="Decimal" Precision="18" Scale="4" />
>          <Property Name="Quantity" Type="Int16" />
>          <Property Name="Discount" Type="Single" />
>          <NavigationProperty Name="Order" 
> Relationship="ServerModelNorthwind.model.FK_OrderDetails_1" 
> FromRole="OrderDetails" ToRole="Orders" ib:Pname="s:Orders" />
>          <NavigationProperty Name="Product" 
> Relationship="ServerModelNorthwind.model.FK_OrderDetails_2" 
> FromRole="OrderDetails" ToRole="Products" ib:Pname="s:Products" />
>          </EntityType>

And the SSDL?

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to