You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to dynamically update partial fields: i only want to update part fields in
var resp = _client.Update<TeamPro, TeamPro>(request.Object.ID, d => d.Index(indexTeamPro).Doc(request.Object));
The text was updated successfully, but these errors were encountered:
how to dynamically update partial fields: i only want to update part fields in
var resp = _client.Update<TeamPro, TeamPro>(request.Object.ID, d => d.Index(indexTeamPro).Doc(request.Object));
The text was updated successfully, but these errors were encountered: