EdmToObjectNamespaceMap.Contains(String) Method

Definition

Gets a value indicating whether the EdmToObjectNamespaceMap contains the specified model namespace name.

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

Parameters

edmNamespace
String

The model namespace name.

Returns

true if the model namespace name is found; otherwise false.

Applies to