/// <summary> /// Create a new tb_Login object. /// </summary> /// <param name="pK_ID">Initial value of the PK_ID property.</param> public static tb_Login Createtb_Login(global::System.String pK_ID) { tb_Login tb_Login = new tb_Login(); tb_Login.PK_ID = pK_ID; return(tb_Login); }
/// <summary> /// Deprecated Method for adding a new object to the tb_Login EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotb_Login(tb_Login tb_Login) { base.AddObject("tb_Login", tb_Login); }