Sync Services Ado.net define Range Id

158 views Asked by At

is there a way to define a range of id's for insertions in a table in a client DB, using Sync Services for ado.net? does Sync services have any predicted support for such a case? tks

1

There are 1 answers

0
AudioBubble On

I don't think Sync Services will ever provide such a feature. If you need to do that, you have to override/provide your own insert commands to the sync provider.