RemoveElement Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Removes the element from this expression.

Namespace:  Microsoft.Data.Edm.Library.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub RemoveElement ( _
    element As IEdmLabeledElement _
)
'Usage
Dim instance As EdmCollectionExpression
Dim element As IEdmLabeledElement

instance.RemoveElement(element)
public void RemoveElement(
    IEdmLabeledElement element
)
public:
void RemoveElement(
    IEdmLabeledElement^ element
)
member RemoveElement : 
        element:IEdmLabeledElement -> unit 
public function RemoveElement(
    element : IEdmLabeledElement
)

Parameters

See Also

Reference

EdmCollectionExpression Class

Microsoft.Data.Edm.Library.Expressions Namespace