/// <summary> /// Create a new lasnaolot object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="asioid">Initial value of the asioid property.</param> /// <param name="course">Initial value of the course property.</param> public static lasnaolot Createlasnaolot(global::System.Int16 id, global::System.String asioid, global::System.String course) { lasnaolot lasnaolot = new lasnaolot(); lasnaolot.id = id; lasnaolot.asioid = asioid; lasnaolot.course = course; return(lasnaolot); }
/// <summary> /// Deprecated Method for adding a new object to the lasnaolots EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolasnaolots(lasnaolot lasnaolot) { base.AddObject("lasnaolots", lasnaolot); }
/// <summary> /// Create a new lasnaolot object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="asioid">Initial value of the asioid property.</param> /// <param name="course">Initial value of the course property.</param> public static lasnaolot Createlasnaolot(global::System.Int16 id, global::System.String asioid, global::System.String course) { lasnaolot lasnaolot = new lasnaolot(); lasnaolot.id = id; lasnaolot.asioid = asioid; lasnaolot.course = course; return lasnaolot; }