示例#1
0
 public AltaxoOleDbDataSource(string selectionStatement, AltaxoOleDbConnectionString connectionString)
 {
     _importOptions = new Data.DataSourceImportOptions()
     {
         ParentObject = this
     };
     _dataQuery = new OleDbDataQuery(selectionStatement, connectionString);
 }
示例#2
0
		public AltaxoOleDbDataSource(string selectionStatement, AltaxoOleDbConnectionString connectionString)
		{
			_importOptions = new Data.DataSourceImportOptions() { ParentObject = this };
			_dataQuery = new OleDbDataQuery(selectionStatement, connectionString);
		}