RelationalEntityTypeExtensions.GetInsertStoredProcedure 方法

定義

多載

GetInsertStoredProcedure(IReadOnlyEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

GetInsertStoredProcedure(IMutableEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

GetInsertStoredProcedure(IEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

GetInsertStoredProcedure(IConventionEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

GetInsertStoredProcedure(IReadOnlyEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

實體類型所對應的預存程式。

適用於

GetInsertStoredProcedure(IMutableEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IMutableEntityType) As IMutableStoredProcedure

參數

entityType
IMutableEntityType

實體類型。

傳回

實體類型所對應的預存程式。

適用於

GetInsertStoredProcedure(IEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IEntityType

實體類型。

傳回

實體類型所對應的預存程式。

適用於

GetInsertStoredProcedure(IConventionEntityType)

傳回實體類型要對應以進行插入的 null 預存程式,如果未對應至預存程式,則傳回預存程式。

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IConventionEntityType) As IConventionStoredProcedure

參數

entityType
IConventionEntityType

實體類型。

傳回

實體類型所對應的預存程式。

適用於