SQL Server/SQLite/Oracle/etc. DataType mappings

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
MasterCephus
Posts: 6
Joined: Tue 18 Jan 2011 14:40

SQL Server/SQLite/Oracle/etc. DataType mappings

Post by MasterCephus » Tue 18 Jan 2011 16:02

Is there documentation anywhere that gives these mappings by default?

Specifically, I'm having trouble mapping NUMERIC in SQL server and a GUID representation in SQLite...but I'm thinking that issue has more to do with SQLite than with the tool...

MasterCephus
Posts: 6
Joined: Tue 18 Jan 2011 14:40

Post by MasterCephus » Tue 18 Jan 2011 16:54

Sorry, I found this in the documentation.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 20 Jan 2011 14:18

The information about default data type mapping is available in the 'Database Providers' -> [Provider] -> 'Data Type Mapping' topics of our documentation. For example, mapping for SQLite and SQL Server is described in
http://www.devart.com/linqconnect/docs/ ... pping.html
http://www.devart.com/linqconnect/docs/ ... pping.html

As for GUID support in LinqConnect models for SQLite, we've answered you here:
http://www.devart.com/forums/viewtopic.php?t=20021

Post Reply