EdmModelBase.FindDeclaredType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for a type with the given name in this model only and returns null if no such type exists.
public Microsoft.OData.Edm.IEdmSchemaType FindDeclaredType (string qualifiedName);
abstract member FindDeclaredType : string -> Microsoft.OData.Edm.IEdmSchemaType
override this.FindDeclaredType : string -> Microsoft.OData.Edm.IEdmSchemaType
Public Function FindDeclaredType (qualifiedName As String) As IEdmSchemaType
Parameters
- qualifiedName
- String
The qualified name of the type being found.
Returns
The requested type, or null if no such type exists.