/// <summary> /// Deprecated Method for adding a new object to the Raasis EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRaasis(Raasi raasi) { base.AddObject("Raasis", raasi); }
/// <summary> /// Create a new Raasi object. /// </summary> /// <param name="raasiID">Initial value of the RaasiID property.</param> public static Raasi CreateRaasi(global::System.Int32 raasiID) { Raasi raasi = new Raasi(); raasi.RaasiID = raasiID; return raasi; }