/// <summary> /// Create a new tbl_User object. /// </summary> /// <param name="userID">Initial value of the UserID property.</param> /// <param name="loginName">Initial value of the LoginName property.</param> public static tbl_User Createtbl_User(global::System.Guid userID, global::System.String loginName) { tbl_User tbl_User = new tbl_User(); tbl_User.UserID = userID; tbl_User.LoginName = loginName; return(tbl_User); }
/// <summary> /// Deprecated Method for adding a new object to the tbl_User EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_User(tbl_User tbl_User) { base.AddObject("tbl_User", tbl_User); }