Click or drag to resize

AltaxoOleDbDataSource(String, AltaxoOleDbConnectionString) Constructor

Initializes a new instance of the AltaxoOleDbDataSource class.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoOleDbDataSource(
	string selectionStatement,
	AltaxoOleDbConnectionString connectionString
)

Parameters

selectionStatement  String
The selection statement.
connectionString  AltaxoOleDbConnectionString
The connection string.
See Also