Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ImagineProdus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToImagineProdus(ImagineProdu imagineProdu)
 {
     base.AddObject("ImagineProdus", imagineProdu);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new ImagineProdu object.
 /// </summary>
 /// <param name="imageID">Initial value of the ImageID property.</param>
 public static ImagineProdu CreateImagineProdu(global::System.Int32 imageID)
 {
     ImagineProdu imagineProdu = new ImagineProdu();
     imagineProdu.ImageID = imageID;
     return imagineProdu;
 }