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
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