/// <summary> /// Deprecated Method for adding a new object to the StoreUserStates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStoreUserStates(StoreUserState storeUserState) { base.AddObject("StoreUserStates", storeUserState); }
/// <summary> /// Create a new StoreUserState object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static StoreUserState CreateStoreUserState(global::System.Int32 id) { StoreUserState storeUserState = new StoreUserState(); storeUserState.Id = id; return storeUserState; }