MetadataWorkspace::GetType Method (String^, String^, DataSpace)
.NET Framework (current version)
Returns an EdmType object by using the specified type name, namespace name, and data model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
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
Available since 3.5
Show: