MetadataWorkspace::GetType Method (String^, String^, Boolean, 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,
	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.

Return Value

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

An EdmType object.

.NET Framework
Available since 3.5
Return to top
Show: