Create an IfxCommand
You can create an IfxCommand by using the constructors or by using the IfxConnection.CreateCommand method.
See IfxConnection.CreateCommand.
To write provider-independent code, you can use the CreateCommand() method of the DbProviderFactory class to create a provider-specific instance of DbCommand.