Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlMetadataCache..::..GetStoredProcedures Method

Gets the stored procedures that were loaded by this cache.

Namespace:  Tortuga.Chain.PostgreSql
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public IReadOnlyCollection<StoredProcedureMetadata<PostgreSqlObjectName, NpgsqlDbType>> GetStoredProcedures()
Public Function GetStoredProcedures As IReadOnlyCollection(Of StoredProcedureMetadata(Of PostgreSqlObjectName, NpgsqlDbType))
public:
IReadOnlyCollection<StoredProcedureMetadata<PostgreSqlObjectName^, NpgsqlDbType^>^>^ GetStoredProcedures()

Return Value

Remarks


Call Preload before invoking this method to ensure that all stored procedures were loaded from the database's schema. Otherwise only the objects that were actually used thus far will be returned.