A: 

You can include the CommandParameter to identify the record:

<Button Command="{Binding ExecuteCommand}" CommandParameter="{Binding RecordId}" />
JerryNixon