예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the regions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToregions(region region)
 {
     base.AddObject("regions", region);
 }
예제 #2
0
 /// <summary>
 /// Create a new region object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static region Createregion(global::System.Int32 id, global::System.String name, global::System.Boolean isActive)
 {
     region region = new region();
     region.Id = id;
     region.Name = name;
     region.IsActive = isActive;
     return region;
 }