예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the sprAreas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosprAreas(sprAreas sprAreas)
 {
     base.AddObject("sprAreas", sprAreas);
 }