Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the CsvDataSource class with the specified connection.
 /// </summary>
 /// <param name="connection">The file connection.</param>
 public CsvDataSource(FileSystemConnection connection) : base(connection)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Initialises a new instance of the ExcelDataSource class with the specified connection.
 /// </summary>
 /// <param name="connection">The connection.</param>
 public ExcelDataSource(FileSystemConnection connection) : base(connection)
 {
 }