MetadataWorkspace::GetType Method (String^, String^, DataSpace)

 

Returns an EdmType object by using the specified type name, namespace name, and data model.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
EdmType^ GetType(
	String^ name,
	String^ namespaceName,
	DataSpace dataSpace
)

Parameters

name
Type: System::String^

The name of the type.

namespaceName
Type: System::String^

The namespace of the type.

dataSpace
Type: System.Data.Metadata.Edm::DataSpace

The conceptual model on which the type is searched.

Return Value

Type: System.Data.Metadata.Edm::EdmType^

An EdmType object that represents the type that matches the given type name and the namespace name in the specified data model. If there is no matched type, this method returns null.

.NET Framework
Available since 3.5
Return to top
Show: