/// <summary>
 /// Create a new tblPicture object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="alias">Initial value of the Alias property.</param>
 /// <param name="mimeType">Initial value of the MimeType property.</param>
 /// <param name="size">Initial value of the Size property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static tblPicture CreatetblPicture(global::System.Int32 id, global::System.String name, global::System.String alias, global::System.String mimeType, global::System.Int32 size, global::System.DateTime createdDate)
 {
     tblPicture tblPicture = new tblPicture();
     tblPicture.Id = id;
     tblPicture.Name = name;
     tblPicture.Alias = alias;
     tblPicture.MimeType = mimeType;
     tblPicture.Size = size;
     tblPicture.CreatedDate = createdDate;
     return tblPicture;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblPicture EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblPicture(tblPicture tblPicture)
 {
     base.AddObject("tblPicture", tblPicture);
 }