/// <summary>
 /// Create a new V_OptionClient object.
 /// </summary>
 /// <param name="vOptCId">Initial value of the VOptCId property.</param>
 /// <param name="vOptId">Initial value of the VOptId property.</param>
 /// <param name="cName">Initial value of the CName property.</param>
 /// <param name="iDCardNo">Initial value of the IDCardNo property.</param>
 /// <param name="mobileTel">Initial value of the MobileTel property.</param>
 /// <param name="birthdate">Initial value of the Birthdate property.</param>
 /// <param name="sex">Initial value of the Sex property.</param>
 /// <param name="nationality">Initial value of the Nationality property.</param>
 /// <param name="iDCardType">Initial value of the IDCardType property.</param>
 /// <param name="optQty">Initial value of the OptQty property.</param>
 public static V_OptionClient CreateV_OptionClient(global::System.Int32 vOptCId, global::System.Int32 vOptId, global::System.String cName, global::System.String iDCardNo, global::System.String mobileTel, global::System.DateTime birthdate, global::System.String sex, global::System.String nationality, global::System.String iDCardType, global::System.Int32 optQty)
 {
     V_OptionClient v_OptionClient = new V_OptionClient();
     v_OptionClient.VOptCId = vOptCId;
     v_OptionClient.VOptId = vOptId;
     v_OptionClient.CName = cName;
     v_OptionClient.IDCardNo = iDCardNo;
     v_OptionClient.MobileTel = mobileTel;
     v_OptionClient.Birthdate = birthdate;
     v_OptionClient.Sex = sex;
     v_OptionClient.Nationality = nationality;
     v_OptionClient.IDCardType = iDCardType;
     v_OptionClient.OptQty = optQty;
     return v_OptionClient;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the V_OptionClient EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToV_OptionClient(V_OptionClient v_OptionClient)
 {
     base.AddObject("V_OptionClient", v_OptionClient);
 }