Linq 2 Sybase ASE database? What are the options?
Posted
by Scott Weinstein
on Stack Overflow
See other posts from Stack Overflow
or by Scott Weinstein
Published on 2010-03-03T20:13:22Z
Indexed on
2010/06/07
15:02 UTC
Read the original article
Hit count: 511
I have a need to query an existing Sybase ASE database and would like to use Linq syntax for my data retrival.
I don't need write access, nor do I need the full set of Linq operators, just Select()
,
SelectMany()
, Where()
, and GroupJoin()
What are options are available?
In particular, I'm wondering about nHibernate and building a new Linq2Sybase provider based on the IQ toolkit.
© Stack Overflow or respective owner