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