OleDbSchemaGuid::Procedures Field
.NET Framework (current version)
Returns the procedures defined in the catalog that is owned by a given user.
Assembly: System.Data (in System.Data.dll)
Procedures maps to the OLE DB PROCEDURES 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 | Unqualified schema name. A null value if the provider does not support schemas. |
PROCEDURE_NAME | string | Procedure name. |
PROCEDURE_TYPE | UInt16 | DB_PT_UNKNOWN-It is not known whether there is a returned value. DB_PT_PROCEDURE-Procedure; there is no returned value. DB_PT_FUNCTION-Function; there is a returned value. |
.NET Framework
Available since 1.1
Available since 1.1
Show: