Click or drag to resize

OleDbDataQuery Constructor

Initializes a new instance of the OleDbDataQuery class.

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

Parameters

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