从 Informix 表在 C# 中创建 类

Creating classes in C# from Informix tables

我知道有 POCO 生成器,但它是用于 SQL 服务器的,我需要它用于 Informix 数据库。 你能告诉我其他选择吗?

顺便说一句,我在 C# 中使用 Informix 数据服务器驱动程序连接到 Informix 服务器。

您可以使用 LINQ to DB,它支持多种数据库,例如 Informix:

Supported databases:

  • DB2 (LUW, z/OS)
  • Firebird
  • Informix
  • Microsoft Access
  • Microsoft Sql Azure
  • Microsoft Sql Server
  • Microsoft SqlCe
  • MySql
  • Oracle
  • PostgreSQL
  • SQLite
  • SAP HANA
  • Sybase ASE

希望对你有所帮助:)