/// <summary> /// Deprecated Method for adding a new object to the tbl_Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_Users(tbl_Users tbl_Users) { base.AddObject("tbl_Users", tbl_Users); }
/// <summary> /// Create a new tbl_Users object. /// </summary> /// <param name="userID">Initial value of the UserID property.</param> /// <param name="isZsl">Initial value of the IsZsl property.</param> /// <param name="isActive">Initial value of the IsActive property.</param> public static tbl_Users Createtbl_Users(global::System.Guid userID, global::System.Boolean isZsl, global::System.Boolean isActive) { tbl_Users tbl_Users = new tbl_Users(); tbl_Users.UserID = userID; tbl_Users.IsZsl = isZsl; tbl_Users.IsActive = isActive; return tbl_Users; }