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