IObjectSet<TEntity>.AddObject(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 a new entity must be added to the set.
public void AddObject (TEntity entity);
abstract member AddObject : 'Entity -> unit
Public Sub AddObject (entity As TEntity)
Parameters
- entity
- TEntity
The new object to add to the set.
Remarks
Depending on the implementation, the change to the set may not be visible in an enumeration of the set until changes to that set have been persisted in some manner.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework