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