Hi Microsoft team,
I am exploring SQL Server MDS 2019 WCF service and I consume in .Net core client side application on different server.
I am able to get the members of entity from WCF service, but, our requirement is we need to fetch the records of the entity, based on last updated datetime or DateTime provided in search criteria. In other words, we want to get only changed records from datetime provided by client and don't want to get all the records from MDS service...
Is that functionality available in standard MDS WCF service API in 2019?
Thanks
Amit