Remove

Description

Removes a QueryFieldDef object from the QueryFieldDefs collection.

Syntax

VBScript

queryfielddefs.Remove item 

Perl

$queryfielddefs->Remove(item); 
Identifier
Description
queryfielddefss
An QueryFieldDef collection object, representing the set of QueryFieldDefs available for fetching as a collection.
item
The QueryFieldDef object to add to this collection.
Return value
A Boolean that is True if the QueryFieldDef object was removed successfully, otherwise False.


Feedback