コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the userdetailstables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouserdetailstables(userdetailstable userdetailstable)
 {
     base.AddObject("userdetailstables", userdetailstable);
 }
コード例 #2
0
 /// <summary>
 /// Create a new userdetailstable object.
 /// </summary>
 /// <param name="userdetailstableid">Initial value of the userdetailstableid property.</param>
 /// <param name="fkcompid">Initial value of the fkcompid property.</param>
 /// <param name="mobileno">Initial value of the mobileno property.</param>
 public static userdetailstable Createuserdetailstable(global::System.Int64 userdetailstableid, global::System.Int64 fkcompid, global::System.String mobileno)
 {
     userdetailstable userdetailstable = new userdetailstable();
     userdetailstable.userdetailstableid = userdetailstableid;
     userdetailstable.fkcompid = fkcompid;
     userdetailstable.mobileno = mobileno;
     return userdetailstable;
 }