MetadataWorkspace::TryGetType Method (String^, String^, DataSpace, EdmType^%)

 

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:
bool TryGetType(
	String^ name,
	String^ namespaceName,
	DataSpace dataSpace,
	[OutAttribute] EdmType^% type
)

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.

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

When this method returns, contains an EdmType object. This parameter is passed uninitialized.

Return Value

Type: System::Boolean

true if there is a type that matches the search criteria; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: