Click or drag to resize

OleDbSchemaGetTableParameters Method

Gets the parameters required by a stored procedure.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<OleDbParameter>? GetTableParameters(
	DataTable table
)

Parameters

table  DataTable
DataTable that contains the schema for the stored procedure.

Return Value

ListOleDbParameter
A list of OleDbParameter objects.
See Also