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