예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_keyaccount EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_keyaccount(vw_keyaccount vw_keyaccount)
 {
     base.AddObject("vw_keyaccount", vw_keyaccount);
 }
예제 #2
0
 /// <summary>
 /// Create a new vw_keyaccount object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static vw_keyaccount Createvw_keyaccount(global::System.Int32 id)
 {
     vw_keyaccount vw_keyaccount = new vw_keyaccount();
     vw_keyaccount.id = id;
     return vw_keyaccount;
 }