When I use this method, I want to convert a DB row to Struct Object.
I found a mistake in it.
I would like to know why you are considering using missingFields.
If the number of DB row columns exceeds that of struct columns,
Why do you have to make missing field mandatory?
As a business client I really don't understand.
When I use this method, I want to convert a DB row to Struct Object. I found a mistake in it. I would like to know why you are considering using missingFields. If the number of DB row columns exceeds that of struct columns, Why do you have to make missing field mandatory? As a business client I really don't understand.