IfxDataAdapter constructors

  • IfxDataAdapter()
  • IfxDataAdapter(IfxCommand selectCommand)
  • IfxDataAdapter(System.String selectCommandText, IfxConnection selectConnection)
  • IfxDataAdapter(System.String selectCommandText, System.String selectConnectionString)

An SQL query that returns rows and connection to a database can be provided as either .NET types or strings. The value of selectCommandText is the query written in SQL. The value of selectConnectionString is a connection string as used by the constructors for the IfxConnection object.