共用方式為


StoreObjectIdentifier.InsertStoredProcedure(String, String) 方法

定義

建立插入預存程式識別碼。

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier InsertStoredProcedure (string name, string? schema = default);
static member InsertStoredProcedure : string * string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function InsertStoredProcedure (name As String, Optional schema As String = Nothing) As StoreObjectIdentifier

參數

name
String

預存程式名稱。

schema
String

預存程式架構。

傳回

預存程式識別碼。

適用於