/// <summary>
 /// Deprecated Method for adding a new object to the ENTtblEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToENTtblEntities(ENTtblEntity eNTtblEntity)
 {
     base.AddObject("ENTtblEntities", eNTtblEntity);
 }
 private bool FilterENTtblEntity(ENTtblEntity entity)
 {
     return (entity.EntityId == this.EntityId);
 }
 /// <summary>
 /// Create a new ENTtblEntity object.
 /// </summary>
 /// <param name="entityId">Initial value of the EntityId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ENTtblEntity CreateENTtblEntity(global::System.Int32 entityId, global::System.String name)
 {
     ENTtblEntity eNTtblEntity = new ENTtblEntity();
     eNTtblEntity.EntityId = entityId;
     eNTtblEntity.Name = name;
     return eNTtblEntity;
 }