如何使用 DataContext 类建立与 Oracle 数据库的连接?
Is it possible to use the DataContext class to connect to an Oracle DB?
I am reading some examples on MSDN
I need an example where the context is used to connect to Oracle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DataContext
特定于 LINQ-to-SQL,因此特定于 SQL Server。如果您想要 Oracle 的 ORM,则需要考虑替代方案,例如 Microsoft Entity Framework 或 NHibernate。DataContext
s are specific to LINQ-to-SQL and thus SQL Server. If you want an ORM for Oracle, you need to look at alternatives like the Microsoft Entity Framework or NHibernate.