VistaDB 6
VistaDB.DDA Namespace / IVistaDBDefaultValueCollection Interface / Add Method
The object to add to the System.Collections.Generic.ICollection`1.


In This Topic
    Add Method (IVistaDBDefaultValueCollection)
    In This Topic
    Adds an item to the System.Collections.Generic.ICollection`1.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Sub Add( _
       ByVal item As IVistaDBDefaultValueInformation _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDefaultValueCollection
    Dim item As IVistaDBDefaultValueInformation
     
    instance.Add(item)
    [__DynamicallyInvokable()]
    void Add( 
       IVistaDBDefaultValueInformation item
    )

    Parameters

    item
    The object to add to the System.Collections.Generic.ICollection`1.
    Exceptions
    ExceptionDescription
    The System.Collections.Generic.ICollection`1 is read-only.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also