/// <summary> /// Create a new BehoerdenEntity object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="behoerdenName">Initial value of the BehoerdenName property.</param> public static BehoerdenEntity CreateBehoerdenEntity(global::System.Int32 id, global::System.String behoerdenName) { BehoerdenEntity behoerdenEntity = new BehoerdenEntity(); behoerdenEntity.Id = id; behoerdenEntity.BehoerdenName = behoerdenName; return(behoerdenEntity); }
/// <summary> /// Deprecated Method for adding a new object to the BehoerdenEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBehoerdenEntities(BehoerdenEntity behoerdenEntity) { base.AddObject("BehoerdenEntities", behoerdenEntity); }