MetadataWorkspace::TryGetEdmSpaceType Method (EnumType^, EnumType^%)
.NET Framework (current version)
Returns a EnumType object via the out parameter edmSpaceType that represents the EdmType that matches the type supplied by the parameter objectSpaceType.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: bool TryGetEdmSpaceType( EnumType^ objectSpaceType, [OutAttribute] EnumType^% edmSpaceType )
Parameters
- objectSpaceType
-
Type:
System.Data.Metadata.Edm::EnumType^
A EnumType object that represents the object space type.
- edmSpaceType
-
Type:
System.Data.Metadata.Edm::EnumType^%
When this method returns, contains a EnumType object that represents the EdmType. This parameter is passed uninitialized.
.NET Framework
Available since 4.5
Available since 4.5
Show: