Type reference
All of the classes described in these topics belong in the namespace IBM.Data.Informix.
For example, the full identification of the IfxConnection class is IBM.Data.Informix.IfxConnection.
- Supported public .NET interfaces
The Informix .NET Provider implements specific Microsoft .NET interfaces. - Supported Public .NET base classes
The Informix .NET Provider implements specific Microsoft .NET base classes. - Prototype syntax
Because the objects of the Informix .NET Provider can be used in many different programming languages, the prototypes of the methods are given in this publication using a pseudo code. - IfxBlob class
An IfxBlob represents a BLOB, which is a large block of binary data that allows random access of its contents. You can treat a BLOB in much the same way you treat an operating system file. You can read or write to certain positions in the file without reading or writing through all of the data up to that position. - IfxClob class
An IfxClob represents a CLOB, which is a large block of character data that allows random access of its contents. You can treat a CLOB in much the same way you treat an operating system file. You can read or write to certain positions in the file without reading or writing through all of the data up to that position. - IfxCommand class
- IfxCommandBuilder class
- IfxConnection class
- IfxConnectionStringBuilder class
- IfxDataAdapter class
- IfxDataReader class
- IfxDataSourceEnumerator class
- IfxDateTime structure
- IfxDecimal structure
- IfxError class
- IfxErrorCollection class
- IfxException class
- IfxMonthSpan structure
- IfxParameter class
- IfxParameterCollection class
- IfxProviderFactory class
- IfxSmartLOBCreateTimeFlags enumeration
- IfxSmartLOBFileLocation enumeration
- IfxSmartLOBLocator class
- IfxSmartLOBLockMode enumeration
- IfxSmartLOBOpenMode enumeration
- IfxSmartLOBWhence enumeration
- IfxTimeSpan structure
- IfxTimeUnit enumeration
- IfxTransaction class
- IfxType enumeration
Parent topic: Informix .NET Provider Guide