finding the last entered identity

  • Thread starter Thread starter Robert Smith
  • Start date Start date
R

Robert Smith

Hi,
I was wondering if there was a way to find the last entered identitykey
after doing an updatedataset.

I have

this.sysFeedsDS.SysFeeds.AddSysFeedsRow(this.feedName, "", this.sourceId,
true);

this.systemConfig.UpdateSysFeedsDataSet(this.sysFeedsDS);

SysFeeds is the dataset is there anyway of telling what the value of the
entered identity key was

Thanx
Robert
 
The last identitykey would be the one with the highest number?
You can make a defaultview and sort the identitykey, maybe?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top