FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Sequence support to mappings and runtime

FransBouma opened this issue · comments

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.