Removes the element with the specified key from the
PersistentQueriesProvidersCollection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function Remove( _
ByVal key As Type _
) As Boolean |
| 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