Not easily. It is the same question for a client modifying a row in SQL, how do you know what has changed?
You would need to enable Change Tracking or Change Data Capture, or use profiler to capture the statements, or have triggers / auditing / custom code.