Quantcast
Channel: SQL Server Master Data Services forum
Viewing all articles
Browse latest Browse all 1311

SearchTerm for EntityMembersDeleteRequest

$
0
0

I know how to make a EntityMembersDeleteRequest with a collection of Memebers.

It is not very efficient be cause I need to do a get first and retrieve lots of members then send them back to the  EntityMembersDeleteRequest 

That's 2 trips instead of in regular SQL, I could do a delete with a where clause that will point to the members to delete.

Is there a way to assign the EntityMembersDeleteRequest a search criteria like the EntityMembersGetRequest so it can be done in one trip?

 

 

Viewing all articles
Browse latest Browse all 1311

Trending Articles