DdaCollection Class
Data Driven Adapter bindings collection class.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As DdaCollection
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public Class DdaCollection
Implements IEnumerable(Of DdaBindings), IEnumerable
[DefaultMemberAttribute("Item")]
public class DdaCollection : IEnumerable<DdaBindings>, IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class DdaCollection : IEnumerable<DdaBindings^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public class DdaCollection implements IEnumerable<DdaBindings>,
IEnumerable
DefaultMemberAttribute("Item")
public class DdaCollection implements IEnumerable<DdaBindings>,
IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.Uii.Common.DdaCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DdaCollection Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.