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