OleDbSchemaGuid.Procedure_Parameters Field

Definition

Returns information about the parameters and return codes of procedures.

C#
public static readonly Guid Procedure_Parameters;

Field Value

Remarks

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.

Applies to

Tuote Versiot
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)