Which object contains the position of the current record in a dataset?
Answers
Answer:
table
marl as brainliest
Answer:
CurrencyManager and PropertyManager contains the position of the current record in a dataset.
Explanation:
In essence, Binding Context is a set of CurrencyManager and PropertyManager. Every form will have at least one bound control. Multiple controls connected to numerous DataSources may be present on a form. One datasource access for a BindingContext object can be contained by this binding context's feature. This BindingContext implements the ICollection and IEnumerable interfaces and derives from the Object class. We may also retrieve a specific Currency Manager that is linked to the Datasource thanks to this.
Hence , the answer will be CurrencyManager and PropertyManager contains the position of the current record in a dataset.
#SPJ2