LightSwitch HTML Edition
Remove(String) Method






Name of the C1OlapField to remove
Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal fieldName As System.String _
) As System.Boolean
'Usage
 
Dim instance As C1OlapFieldList
Dim fieldName As System.String
Dim value As System.Boolean
 
value = instance.Remove(fieldName)
public System.bool Remove( 
   System.string fieldName
)
public function Remove( 
    fieldName: System.String
): System.Boolean; 
public function Remove( 
   fieldName : System.String
) : System.boolean;
public: System.bool Remove( 
   System.string* fieldName
) 
public:
System.bool Remove( 
   System.String^ fieldName
) 

Parameters

fieldName
Name of the C1OlapField to remove

Return Value

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
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

Reference

C1OlapFieldList Class
C1OlapFieldList Members
Overload List

Send Feedback