DdaCollection Class
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.
Data Driven Adapter bindings collection class.
public ref class DdaCollection : System::Collections::Generic::IEnumerable<Microsoft::Uii::Common::DdaBindings ^>
public class DdaCollection : System.Collections.Generic.IEnumerable<Microsoft.Uii.Common.DdaBindings>
type DdaCollection = class
interface seq<DdaBindings>
interface IEnumerable
Public Class DdaCollection
Implements IEnumerable(Of DdaBindings)
- Inheritance
-
DdaCollection
- Implements
Constructors
DdaCollection(AdapterAppInitString) |
Initializes a new instance of the DdaCollection class. |
Properties
Item[Int32] |
Gets the DdaBindings at the specified index. |
Item[String] |
Gets the DdaBindings with the specified prefix. |
Methods
Add(String, DdaBindings) |
Adds the specified DdaBindings to DDA Collection. |
Contains(String) |
Determines whether [contains] [the specified prefix]. |
GetDdaByType(String) |
Gets the DDA element by type. |
GetEnumerator() |
Gets the enumerator. |
Refresh() |
Refreshes this instance. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |