QuoteReplyTopic: Entity Manager Rejecting Reject Changes Posted: 19-Oct-2010 at 11:07am
Hello People
I am facing problem with method RejectChanges
When I cancelled one event but enitity manager still have
that changes and using value to save on next event.
I attaching following code anyone can help me
Thanks in Advance
private void btnRemove_Click(object sender, RoutedEventArgs e)
{
if (DataGrid.SelectedRowsCount != 0)
{
STUDENT stud= (STUDENT )DataGrid.FocusedDataRow;
STUDENT_GROUP.STUDENT.Remove(stud);
}
else
MessageBox.Show("Select a Profession to remove.");
}
We have confirmed this as a bug. We'll get it fixed, but in the meantime, you may need to manually remove/delete the unwanted entity. Sorry for the trouble!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum