Click or drag to resize

OleDbSchemaGetSelectStatement Method

Gets a select statement that can be used to retrieve data from a given table, view, or stored procedure.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetSelectStatement(
	DataTable table
)

Parameters

table  DataTable
DataTable that specifies the source table, view, or stored procedure that contains the data.

Return Value

String
A select statement that can be used to retrieve the data.
See Also