IObjectSet<TEntity>.AddObject Method (TEntity)
Notifies the set that an object that represents a new entity must be added to the set.
Assembly: EntityFramework (in EntityFramework.dll)
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.