RelationalTypeBaseExtensions.GetInsertStoredProcedure 方法

定義

多載

GetInsertStoredProcedure(IReadOnlyTypeBase)

傳回類型為插入 null 所對應的預存程式,如果未對應至預存程式,則傳回該預存程式。

GetInsertStoredProcedure(ITypeBase)

傳回類型為插入 null 所對應的預存程式,如果未對應至預存程式,則傳回該預存程式。

GetInsertStoredProcedure(IReadOnlyTypeBase)

傳回類型為插入 null 所對應的預存程式,如果未對應至預存程式,則傳回該預存程式。

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

參數

typeBase
IReadOnlyTypeBase

類型。

傳回

類型對應的預存程式。

適用於

GetInsertStoredProcedure(ITypeBase)

傳回類型為插入 null 所對應的預存程式,如果未對應至預存程式,則傳回該預存程式。

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

參數

typeBase
ITypeBase

類型。

傳回

類型對應的預存程式。

適用於