MetadataWorkspace::GetType Method (String^, String^, Boolean, 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)
public: EdmType^ GetType( String^ name, String^ namespaceName, bool ignoreCase, DataSpace dataSpace )
Parameters
- name
-
Type:
System::String^
The name of the type.
- namespaceName
-
Type:
System::String^
The namespace of the type.
- ignoreCase
-
Type:
System::Boolean
true to perform the case-insensitive search; otherwise, false.
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The conceptual model on which the type is searched.
.NET Framework
Available since 3.5
Available since 3.5
Show: