/// <summary>
 /// Create a new V_Option object.
 /// </summary>
 /// <param name="vOptId">Initial value of the VOptId property.</param>
 /// <param name="vOptdate">Initial value of the VOptdate property.</param>
 /// <param name="vOpttype">Initial value of the VOpttype property.</param>
 /// <param name="vOptstatus">Initial value of the VOptstatus property.</param>
 /// <param name="provider">Initial value of the Provider property.</param>
 /// <param name="orderid">Initial value of the Orderid property.</param>
 /// <param name="startcity">Initial value of the Startcity property.</param>
 /// <param name="startcityname">Initial value of the Startcityname property.</param>
 /// <param name="pkg">Initial value of the Pkg property.</param>
 /// <param name="pkgname">Initial value of the Pkgname property.</param>
 /// <param name="orderdate">Initial value of the Orderdate property.</param>
 /// <param name="takeoffdate">Initial value of the Takeoffdate property.</param>
 /// <param name="returndate">Initial value of the Returndate property.</param>
 /// <param name="arrival">Initial value of the Arrival property.</param>
 /// <param name="departure">Initial value of the Departure property.</param>
 /// <param name="amount">Initial value of the Amount property.</param>
 /// <param name="cost">Initial value of the Cost property.</param>
 /// <param name="currency">Initial value of the Currency property.</param>
 /// <param name="currencyname">Initial value of the Currencyname property.</param>
 /// <param name="adultnum">Initial value of the Adultnum property.</param>
 /// <param name="childnum">Initial value of the Childnum property.</param>
 /// <param name="contactname">Initial value of the Contactname property.</param>
 /// <param name="contacttel">Initial value of the Contacttel property.</param>
 /// <param name="operid">Initial value of the Operid property.</param>
 /// <param name="confirmdate">Initial value of the Confirmdate property.</param>
 /// <param name="bookingno">Initial value of the Bookingno property.</param>
 /// <param name="remarks">Initial value of the Remarks property.</param>
 /// <param name="lastdate">Initial value of the Lastdate property.</param>
 /// <param name="returnflag">Initial value of the Returnflag property.</param>
 /// <param name="exchange">Initial value of the Exchange property.</param>
 /// <param name="optionid">Initial value of the Optionid property.</param>
 /// <param name="optionname">Initial value of the Optionname property.</param>
 /// <param name="optionqty">Initial value of the Optionqty property.</param>
 /// <param name="vbrem">Initial value of the Vbrem property.</param>
 /// <param name="optiondate">Initial value of the Optiondate property.</param>
 /// <param name="optiontype">Initial value of the Optiontype property.</param>
 /// <param name="fltcontent">Initial value of the Fltcontent property.</param>
 /// <param name="htlcontent">Initial value of the Htlcontent property.</param>
 /// <param name="clientinfo">Initial value of the Clientinfo property.</param>
 public static V_Option CreateV_Option(global::System.Int32 vOptId, global::System.DateTime vOptdate, global::System.String vOpttype, global::System.Int32 vOptstatus, global::System.Int32 provider, global::System.Int32 orderid, global::System.Int32 startcity, global::System.String startcityname, global::System.Int32 pkg, global::System.String pkgname, global::System.DateTime orderdate, global::System.DateTime takeoffdate, global::System.DateTime returndate, global::System.DateTime arrival, global::System.DateTime departure, global::System.Decimal amount, global::System.Decimal cost, global::System.String currency, global::System.String currencyname, global::System.Int32 adultnum, global::System.Int32 childnum, global::System.String contactname, global::System.String contacttel, global::System.String operid, global::System.DateTime confirmdate, global::System.String bookingno, global::System.String remarks, global::System.DateTime lastdate, global::System.String returnflag, global::System.Decimal exchange, global::System.Int32 optionid, global::System.String optionname, global::System.Int32 optionqty, global::System.String vbrem, global::System.DateTime optiondate, global::System.String optiontype, global::System.String fltcontent, global::System.String htlcontent, global::System.String clientinfo)
 {
     V_Option v_Option = new V_Option();
     v_Option.VOptId = vOptId;
     v_Option.VOptdate = vOptdate;
     v_Option.VOpttype = vOpttype;
     v_Option.VOptstatus = vOptstatus;
     v_Option.Provider = provider;
     v_Option.Orderid = orderid;
     v_Option.Startcity = startcity;
     v_Option.Startcityname = startcityname;
     v_Option.Pkg = pkg;
     v_Option.Pkgname = pkgname;
     v_Option.Orderdate = orderdate;
     v_Option.Takeoffdate = takeoffdate;
     v_Option.Returndate = returndate;
     v_Option.Arrival = arrival;
     v_Option.Departure = departure;
     v_Option.Amount = amount;
     v_Option.Cost = cost;
     v_Option.Currency = currency;
     v_Option.Currencyname = currencyname;
     v_Option.Adultnum = adultnum;
     v_Option.Childnum = childnum;
     v_Option.Contactname = contactname;
     v_Option.Contacttel = contacttel;
     v_Option.Operid = operid;
     v_Option.Confirmdate = confirmdate;
     v_Option.Bookingno = bookingno;
     v_Option.Remarks = remarks;
     v_Option.Lastdate = lastdate;
     v_Option.Returnflag = returnflag;
     v_Option.Exchange = exchange;
     v_Option.Optionid = optionid;
     v_Option.Optionname = optionname;
     v_Option.Optionqty = optionqty;
     v_Option.Vbrem = vbrem;
     v_Option.Optiondate = optiondate;
     v_Option.Optiontype = optiontype;
     v_Option.Fltcontent = fltcontent;
     v_Option.Htlcontent = htlcontent;
     v_Option.Clientinfo = clientinfo;
     return v_Option;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the V_Option EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToV_Option(V_Option v_Option)
 {
     base.AddObject("V_Option", v_Option);
 }