224k views
3 votes
When you use a business class with an object data source, the business class Group of answer choices must have attributes that match the names of the bound fields must have public properties that match the names of the bound fields must have a constructor with parameters that match the names of the bound fields must have get and set procedures that match the names of the bound fields

1 Answer

4 votes

Answer: must have public properties that match the names of the bound fields

Step-by-step explanation:

When a business class is used with an object data source, the business class must have public properties that match the names of the bound fields.

Having an attribute which match the names of the bound fields isn't necessary as well as having a constructor with parameters that match the names of the bound fields

Therefore, the correct option is B.

User Andre Silva
by
3.3k points