/// <summary> /// Create a new gala object. /// </summary> /// <param name="imageid">Initial value of the imageid property.</param> /// <param name="firstname">Initial value of the firstname property.</param> /// <param name="image">Initial value of the image property.</param> /// <param name="mobileno">Initial value of the mobileno property.</param> /// <param name="image_type">Initial value of the image_type property.</param> /// <param name="image_size">Initial value of the image_size property.</param> /// <param name="img_id">Initial value of the img_id property.</param> public static gala Creategala(global::System.Guid imageid, global::System.String firstname, global::System.Byte[] image, global::System.Int32 mobileno, global::System.String image_type, global::System.Int64 image_size, global::System.Int32 img_id) { gala gala = new gala(); gala.imageid = imageid; gala.firstname = firstname; gala.image = image; gala.mobileno = mobileno; gala.image_type = image_type; gala.image_size = image_size; gala.img_id = img_id; return gala; }
/// <summary> /// Deprecated Method for adding a new object to the galas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogalas(gala gala) { base.AddObject("galas", gala); }