StoreObjectIdentifier.DeleteStoredProcedure(String, String) Method

Definition

Creates a delete stored procedure id.

C#
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier DeleteStoredProcedure (string name, string? schema = default);

Parameters

name
String

The stored procedure name.

schema
String

The stored procedure schema.

Returns

The stored procedure id.

Applies to

Produkt Versioner
Entity Framework Core 7.0, 8.0, 9.0