EntityManagerCreateEntity Method Breeze.sharp
Overload List

  Name Description
Public method CreateEntityT(EntityState)
Creates a new entity and sets its EntityState. Unless this state is Detached, the entity is also added to the EntityManager.
Public method CreateEntityT(Object, EntityState)
Creates a new entity and sets its EntityState. Unless this state is Detached, the entity is also added to the EntityManager.
Public method CreateEntity(Type, Object, EntityState)
Creates a new entity and sets its EntityState. Unless this state is Detached, the entity is also added to the EntityManager.
Public method CreateEntity(EntityType, Object, EntityState)
Creates a new entity and sets its EntityState. Unless this state is Detached, the entity is also added to the EntityManager.
Top
See Also

Reference