Click or drag to resize

OleDbDataQueryWithSelectionStatement Method

Returns a copy of this query with a different selection statement.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public OleDbDataQuery WithSelectionStatement(
	string value
)

Parameters

value  String
The new selection statement.

Return Value

OleDbDataQuery
A new query instance.
See Also