Chili.Opf3 Send comments on this topic.
Remove Method
See Also 
Chili.Opf3 Namespace > PersistentQueriesProvidersCollection Class : Remove Method




key
The persistent type to remove from the PersistentQueriesProvidersCollection.
Removes the element with the specified key from the PersistentQueriesProvidersCollection.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal key As Type _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PersistentQueriesProvidersCollection
Dim key As Type
Dim value As Boolean
 
value = instance.Remove(key)
C# 
public bool Remove( 
   Type key
)
Managed Extensions for C++ 
public: bool Remove( 
   Type* key
) 
C++/CLI 
public:
bool Remove( 
   Type^ key
) 

Parameters

key
The persistent type to remove from the PersistentQueriesProvidersCollection.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also