Chp.12 SqlDataSourceView 'owner' property
Thanks in advance to anyone who can help:)
Chp. 12 has the custom SqlDataSourceView object having an 'owner' property; (e.g. owner.GetDbProviderFactory());
How is the [reverse] association made with the DataSourceView object and its DataSourceControl parent? I know the DataSourceControl object has the GetView and GetViewNames methods to determine the DataSourceView(s) its associated with.
How does the DataSourceView object determine who its parent is (rather, how is the owner property coded)
|