FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.
Other
57 stars 22 forks source link

Add Sequence support to mappings and runtime #8

Open FransBouma opened 9 years ago

FransBouma commented 9 years ago

Add support for sequences to be specified as sources for identity fields in the mapping meta data. SQL Server 2012+, Oracle and other databases require this support.