Condividi tramite


Metodo RelatedEnd.IRelatedEnd.Remove (IEntityWithRelationships)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Rimuove un'entità dall'entità finale correlata. Questo metodo funziona esattamente come Remove(object). Viene mantenuto per garantire la compatibilità con le versioni precedenti di IRelatedEnd.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private Function Remove ( _
    entity As IEntityWithRelationships _
) As Boolean Implements IRelatedEnd.Remove
'Utilizzo
Dim instance As RelatedEnd 
Dim entity As IEntityWithRelationships 
Dim returnValue As Boolean 

returnValue = CType(instance, IRelatedEnd).Remove(entity)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
bool IRelatedEnd.Remove(
    IEntityWithRelationships entity
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual bool Remove(
    IEntityWithRelationships^ entity
) sealed = IRelatedEnd::Remove
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract Remove : 
        entity:IEntityWithRelationships -> bool 
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override Remove : 
        entity:IEntityWithRelationships -> bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parametri

Valore restituito

Tipo: System.Boolean
Restituisce true se l'entità è stata rimossa correttamente, false se l'entità non fa parte di RelatedEnd.

Implements

IRelatedEnd.Remove(IEntityWithRelationships)

Vedere anche

Riferimento

RelatedEnd Classe

Overload Remove

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses