VistaDB 6
VistaDB.DDA Namespace / IVistaDBDefaultValueCollection Interface / Clear Method


In This Topic
    Clear Method (IVistaDBDefaultValueCollection)
    In This Topic
    Removes all items from the System.Collections.Generic.ICollection`1.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Sub Clear() 
    'Usage
     
    
    Dim instance As IVistaDBDefaultValueCollection
     
    instance.Clear()
    [__DynamicallyInvokable()]
    void Clear()
    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