InformixDataContext Class
.NET Standard 2.x
Represents the entry to the Informix database.
Namespace: SnapObjects.Data.Informix
Assembly: SnapObjects.Data.Informix.dll
Syntax
public class InformixDataContext : DataContext
Constructors
| Name | Description |
|---|---|
| InformixDataContext(IDataContextOptions dataContextOptions) | Initializes a new instance of the InformixDataContext class by passing the InformixDataContextOptions type object as a parameter. |
| InformixDataContext(SqlConnection dbConnection) | Initializes a new instance of the InformixDataContext class by passing the SqlConnection type object as a parameter. |