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