IEdmModel.FindDeclaredType(String) Method

Definition

Searches for a type with the given name in this model only and returns null if no such type exists.

C#
public Microsoft.OData.Edm.IEdmSchemaType FindDeclaredType (string qualifiedName);

Parameters

qualifiedName
String

The qualified name of the type being found.

Returns

The requested type, or null if no such type exists.

Applies to

Product Versions
OData EDM 7.0