OleDbSchemaGuid::Procedure_Parameters Field
.NET Framework (current version)
Returns information about the parameters and return codes of procedures.
Assembly: System.Data (in System.Data.dll)
Procedure_Parameters maps to the OLE DB PROCEDURE_PARAMETERS rowset. Unless otherwise specified, restriction columns are returned in the following order.
Restriction column | CLR data type | Description |
|---|---|---|
PROCEDURE_CATALOG | string | Catalog name. A null value if the provider does not support catalogs. |
PROCEDURE_SCHEMA | string | Schema name. A null value if the provider does not support catalogs. |
PROCEDURE_NAME | string | Procedure name. |
PARAMETER_NAME | string | Parameter name. A null value if the parameter is not named. |
.NET Framework
Available since 1.1
Available since 1.1
Show: