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