Hello,
Can I use comma-separated string in OperationId ??
I have 3 different operationBindings defined in my datasource. Can I fetch all togather, rather than sending 3 request???
DSRequest.OpearationId = "FetchAllId,FetchMaxId,FetchTotalCount"
Thanking you.
Can I use comma-separated string in OperationId ??
I have 3 different operationBindings defined in my datasource. Can I fetch all togather, rather than sending 3 request???
DSRequest.OpearationId = "FetchAllId,FetchMaxId,FetchTotalCount"
Thanking you.
Comment