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