/// <summary> /// Create a new sprAreas object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="descr">Initial value of the Descr property.</param> public static sprAreas CreatesprAreas(global::System.Int32 id, global::System.String descr) { sprAreas sprAreas = new sprAreas(); sprAreas.id = id; sprAreas.Descr = descr; return sprAreas; }
/// <summary> /// Deprecated Method for adding a new object to the sprAreas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTosprAreas(sprAreas sprAreas) { base.AddObject("sprAreas", sprAreas); }