/// <summary> /// Create a new citas object. /// </summary> /// <param name="citaidid">Initial value of the citaidid property.</param> public static citas Createcitas(global::System.Int64 citaidid) { citas citas = new citas(); citas.citaidid = citaidid; return citas; }
/// <summary> /// Deprecated Method for adding a new object to the citas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocitas(citas citas) { base.AddObject("citas", citas); }