Computer Science, asked by harukiduggal7693, 1 year ago

Which object contains tjhe position property of the current record in a dataset?

Answers

Answered by lovingheart
2

Binding Context is basically a collection of CurrencyManager and PropertyManager. Any form will have atleast one control bounded. A form may contain multiple controls associated with multiple DataSource. This Binding Context has the feature to encapsulate accessing one datasource for a BindingContext object. This BindingContext is inherited from the Object class and it implements ICollection and IEnumerable interfaces. This also enables us to retrieve a particular Currency Manager which is connected to the Datasource.

Similar questions