Share via


RelationalEntityTypeExtensions.GetDeleteStoredProcedure 方法

定義

多載

GetDeleteStoredProcedure(IMutableEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

GetDeleteStoredProcedure(IReadOnlyEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

GetDeleteStoredProcedure(IConventionEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

GetDeleteStoredProcedure(IEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

GetDeleteStoredProcedure(IMutableEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IMutableEntityType

實體類型。

傳回

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

適用於

GetDeleteStoredProcedure(IReadOnlyEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

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

適用於

GetDeleteStoredProcedure(IConventionEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IConventionEntityType

實體類型。

傳回

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

適用於

GetDeleteStoredProcedure(IEntityType)

傳回實體類型為刪除 null 所對應的預存程式,如果未對應至預存程式,則傳回預存程式。

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

參數

entityType
IEntityType

實體類型。

傳回

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

適用於