EntitySet<TEntity>.Remove(TEntity) Metodo
Definizione
Rimuove un'entità.Removes an entity.
public:
virtual bool Remove(TEntity entity);
public bool Remove (TEntity entity);
abstract member Remove : 'Entity -> bool
override this.Remove : 'Entity -> bool
Public Function Remove (entity As TEntity) As Boolean
Parametri
- entity
- TEntity
Entità da rimuovere.The entity to be removed.
Restituisce
true
se l'entità viene rimossa correttamente; in caso contrario, false
.true
if the entity is successfully removed; otherwise, false
.