AdapterAppInitString.DdaCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data driven adapter collection.
public:
property Microsoft::Uii::Common::DdaCollection ^ DdaCollection { Microsoft::Uii::Common::DdaCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Uii.Common.DdaCollection DdaCollection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DdaCollection : Microsoft.Uii.Common.DdaCollection
Public ReadOnly Property DdaCollection As DdaCollection
Property Value
The Data Driven Adapter collection.
- Attributes