OleDbDataQueryWithSelectionStatement Method |
Returns a copy of this query with a different selection statement.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic OleDbDataQuery WithSelectionStatement(
string value
)
Parameters
- value String
- The new selection statement.
Return Value
OleDbDataQueryA new query instance.
See Also