OleDbSchemaGetTableParameters Method |
Gets the parameters required by a stored procedure.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static List<OleDbParameter>? GetTableParameters(
DataTable table
)
Parameters
- table DataTable
- DataTable that contains the schema for the stored procedure.
Return Value
ListOleDbParameterA list of
OleDbParameter objects.
See Also