EdmToObjectNamespaceMap.Remove(String) Method

Definition

Removes object identified by edmNamespace parameter.

public:
 bool Remove(System::String ^ edmNamespace);
public bool Remove (string edmNamespace);
member this.Remove : string -> bool
Public Function Remove (edmNamespace As String) As Boolean

Parameters

edmNamespace
String

String value that contains the mapping object.

Returns

true if operation succeeds; otherwise false.

Applies to