Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C8_90tblRegion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_90tblRegion(C8_90tblRegion c8_90tblRegion)
 {
     base.AddObject("C8_90tblRegion", c8_90tblRegion);
 }
Example #2
0
 /// <summary>
 /// Create a new C8_90tblRegion object.
 /// </summary>
 /// <param name="region">Initial value of the Region property.</param>
 public static C8_90tblRegion CreateC8_90tblRegion(global::System.String region)
 {
     C8_90tblRegion c8_90tblRegion = new C8_90tblRegion();
     c8_90tblRegion.Region = region;
     return c8_90tblRegion;
 }