The InfigoDataSourceFactory type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|   | CreateAccessDataSource | 
            Creates a data source reading a Microsoft Access database.
             | 
|   | CreateCSVDataSource | 
            Creates a data source reading a CSV file.
             | 
|   | CreateExcelDataSource | 
            Creates a data source reading a Microsoft Excel file.
             | 
|   | CreateIDataReaderDataSource | 
            Create a data source reading from any IDataReader source.
            The reader will be treated as not resetable, therefore
            this data source object can be used only once.
             | 
|   | CreateIDbConnectionDataSource | 
            Creates a data source reading from any IDbConnection.
            Please note, the connection must not be opened already, 
            as this is handled by the data source itself.
             | 
|   | CreateMySQLDataSource | 
            Creates a data source reading from a MySQL database.
             | 
|   | CreateOracleDataSource | 
            Creates a data source reading from an Oracle database.
             | 
|   | CreatePostgreSQLDataSource | 
            Creates a data source reading from a Postgre SQL database.
             | 
|   | CreateSQLServerDataSource | 
            Creates a data source reading from a Microsoft SQL Server.
             | 





