MetadataWorkspace::GetEdmSpaceType Method (StructuralType^)

 

Returns a StructuralType object that represents the EdmType that matches the type supplied by the parameter objectSpaceType.

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

public:
StructuralType^ GetEdmSpaceType(
	StructuralType^ objectSpaceType
)

Parameters

objectSpaceType
Type: System.Data.Metadata.Edm::StructuralType^

A StructuralType that supplies the type in the object space.

Return Value

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

A StructuralType object that represents the EdmType. If there is no matched type, this method returns null.

.NET Framework
Available since 3.5
Return to top
Show: