/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the bolum EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobolum(bolum bolum) { base.AddObject("bolum", bolum); }