From simple questions to complex issues, IDNLearn.com has the answers you need. Find accurate and detailed answers to your questions from our experienced and dedicated community members.

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

Sagot :

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

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.