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


In This Topic
    Add Method (IVistaDBIdentityCollection)
    In This Topic
    Adds an item to the System.Collections.Generic.ICollection`1.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Sub Add( _
       ByVal item As IVistaDBIdentityInformation _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBIdentityCollection
    Dim item As IVistaDBIdentityInformation
     
    instance.Add(item)
    [__DynamicallyInvokable()]
    void Add( 
       IVistaDBIdentityInformation 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