IObjectSet<TEntity>.DeleteObject(TEntity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the set that an object that represents an existing entity must be deleted from the set.
public:
void DeleteObject(TEntity entity);
public void DeleteObject (TEntity entity);
abstract member DeleteObject : 'Entity -> unit
Public Sub DeleteObject (entity As TEntity)
Parameters
- entity
- TEntity
The existing object to delete from the set.
Remarks
Changes to the set may not be visible in an enumeration of the set until changes to that set have been persisted in some manner. This behavior depends on the specific implementation of the IObjectSet<TEntity>.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.