RelationalTypeBaseExtensions.GetUpdateStoredProcedure 方法

定義

多載

GetUpdateStoredProcedure(IReadOnlyTypeBase)

傳回類型要對應至更新的預存程式,如果 null 未對應至預存程式,則傳回該預存程式。

GetUpdateStoredProcedure(ITypeBase)

傳回類型要對應至更新的預存程式,如果 null 未對應至預存程式,則傳回該預存程式。

GetUpdateStoredProcedure(IReadOnlyTypeBase)

傳回類型要對應至更新的預存程式,如果 null 未對應至預存程式,則傳回該預存程式。

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (typeBase As IReadOnlyTypeBase) As IReadOnlyStoredProcedure

參數

typeBase
IReadOnlyTypeBase

類型。

傳回

型別所對應的預存程式。

適用於

GetUpdateStoredProcedure(ITypeBase)

傳回類型要對應至更新的預存程式,如果 null 未對應至預存程式,則傳回該預存程式。

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (typeBase As ITypeBase) As IStoredProcedure

參數

typeBase
ITypeBase

類型。

傳回

型別所對應的預存程式。

適用於