/// <summary> /// Create a new VC_User object. /// </summary> /// <param name="user_Id">Initial value of the User_Id property.</param> /// <param name="user_Name">Initial value of the User_Name property.</param> /// <param name="user_Password">Initial value of the User_Password property.</param> /// <param name="user_Privilage">Initial value of the User_Privilage property.</param> /// <param name="created_TS">Initial value of the Created_TS property.</param> /// <param name="updated_TS">Initial value of the Updated_TS property.</param> public static VC_User CreateVC_User(global::System.Int32 user_Id, global::System.String user_Name, global::System.String user_Password, global::System.Int32 user_Privilage, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_User vC_User = new VC_User(); vC_User.User_Id = user_Id; vC_User.User_Name = user_Name; vC_User.User_Password = user_Password; vC_User.User_Privilage = user_Privilage; vC_User.Created_TS = created_TS; vC_User.Updated_TS = updated_TS; return vC_User; }
/// <summary> /// Deprecated Method for adding a new object to the VC_User EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_User(VC_User vC_User) { base.AddObject("VC_User", vC_User); }