MetadataWorkspace::GetObjectSpaceType Method (EnumType^)

.NET Framework (current version)
 

Returns a StructuralType object that represents the object space type that matches the type supplied by the parameter edmSpaceType.

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

public:
EnumType^ GetObjectSpaceType(
	EnumType^ edmSpaceType
)

Parameters

edmSpaceType
Type: System.Data.Metadata.Edm::EnumType^

A EnumType object that represents the EdmType.

Return Value

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

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

.NET Framework
Available since 4.5
Return to top
Show: