Example #1
0
 /// <summary>
 /// Create a new vw_dtscodemap object.
 /// </summary>
 /// <param name="sUB_INV_CODE">Initial value of the SUB_INV_CODE property.</param>
 /// <param name="aREA_CODE">Initial value of the AREA_CODE property.</param>
 public static vw_dtscodemap Createvw_dtscodemap(global::System.String sUB_INV_CODE, global::System.String aREA_CODE)
 {
     vw_dtscodemap vw_dtscodemap = new vw_dtscodemap();
     vw_dtscodemap.SUB_INV_CODE = sUB_INV_CODE;
     vw_dtscodemap.AREA_CODE = aREA_CODE;
     return vw_dtscodemap;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_dtscodemap EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_dtscodemap(vw_dtscodemap vw_dtscodemap)
 {
     base.AddObject("vw_dtscodemap", vw_dtscodemap);
 }