Send feedback on this topic.
Teradata.Client.Provider
Entity Procedures Schema
.NET Data Provider for Teradata > Developer's Guide > ADO.NET Entity Provider for Teradata > Entity Provider Store Schemas > Entity Provider Store Schema Collection > Entity Procedures Schema
.NET CORE   This feature is not supported by the .NET Core implementation of the Data Provider.

The Procedures schema returns information about SQL STORED PROCEDURE and or EXTERNAL STORED PROCEDURE objects by accessing Teradata database Data Dictionary views. It will access DBC.TABLES[V] or DBC.TABLES[V]X Data Dictionary view based on UseXViews Connection setting.

Column Name Data Type Description
Id String Returns a unique Id for the PROCEDURE.
CatalogName String This field is always set to NULL.
SchemaName String Returns the name of the DATABASE in which the PROCEDURE object resides.
Name String Returns the name of the PROCEDURE.