Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a specified field from the collection.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private Sub Remove ( _
key As Object _
) Implements IDictionary.Remove
'Usage
Dim instance As DynamicType
Dim key As Object
CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
Object key
)
Parameters
key
Type: System.ObjectThe key of the field to be removed.