コード例 #1
0
 /// <summary>
 /// Create a new mst_customer_date object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 public static mst_customer_date Createmst_customer_date(global::System.Int64 id, global::System.String firstName, global::System.String lastName, global::System.String email, global::System.String password)
 {
     mst_customer_date mst_customer_date = new mst_customer_date();
     mst_customer_date.ID = id;
     mst_customer_date.FirstName = firstName;
     mst_customer_date.LastName = lastName;
     mst_customer_date.Email = email;
     mst_customer_date.Password = password;
     return mst_customer_date;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mst_customer_date EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomst_customer_date(mst_customer_date mst_customer_date)
 {
     base.AddObject("mst_customer_date", mst_customer_date);
 }