MetadataWorkspace.GetEdmSpaceType Método
Definição
Retorna um objeto StructuralType que representa o EdmType que corresponde ao tipo fornecido pelo parâmetro objectSpaceType.Returns a StructuralType object that represents the EdmType that matches the type supplied by the parameter objectSpaceType.
Sobrecargas
| GetEdmSpaceType(EnumType) |
Retorna um objeto StructuralType que representa o EdmType que corresponde ao tipo fornecido pelo parâmetro |
| GetEdmSpaceType(StructuralType) |
Retorna um objeto StructuralType que representa o EdmType que corresponde ao tipo fornecido pelo parâmetro |
GetEdmSpaceType(EnumType)
Retorna um objeto StructuralType que representa o EdmType que corresponde ao tipo fornecido pelo parâmetro objectSpaceType.Returns a StructuralType object that represents the EdmType that matches the type supplied by the parameter objectSpaceType.
public:
System::Data::Metadata::Edm::EnumType ^ GetEdmSpaceType(System::Data::Metadata::Edm::EnumType ^ objectSpaceType);
public System.Data.Metadata.Edm.EnumType GetEdmSpaceType (System.Data.Metadata.Edm.EnumType objectSpaceType);
member this.GetEdmSpaceType : System.Data.Metadata.Edm.EnumType -> System.Data.Metadata.Edm.EnumType
Public Function GetEdmSpaceType (objectSpaceType As EnumType) As EnumType
Parâmetros
- objectSpaceType
- EnumType
Um EnumType que fornece o tipo no espaço de objeto.A EnumType that supplies the type in the object space.
Retornos
Um objeto StructuralType que representa o EdmType.A StructuralType object that represents the EdmType. Se não houver nenhum tipo correspondente, este método retornará nulo.If there is no matched type, this method returns null.
Aplica-se a
GetEdmSpaceType(StructuralType)
Retorna um objeto StructuralType que representa o EdmType que corresponde ao tipo fornecido pelo parâmetro objectSpaceType.Returns a StructuralType object that represents the EdmType that matches the type supplied by the parameter objectSpaceType.
public:
System::Data::Metadata::Edm::StructuralType ^ GetEdmSpaceType(System::Data::Metadata::Edm::StructuralType ^ objectSpaceType);
public System.Data.Metadata.Edm.StructuralType GetEdmSpaceType (System.Data.Metadata.Edm.StructuralType objectSpaceType);
member this.GetEdmSpaceType : System.Data.Metadata.Edm.StructuralType -> System.Data.Metadata.Edm.StructuralType
Public Function GetEdmSpaceType (objectSpaceType As StructuralType) As StructuralType
Parâmetros
- objectSpaceType
- StructuralType
Um StructuralType que fornece o tipo no espaço de objeto.A StructuralType that supplies the type in the object space.
Retornos
Um objeto StructuralType que representa o EdmType.A StructuralType object that represents the EdmType. Se não houver nenhum tipo correspondente, este método retornará nulo.If there is no matched type, this method returns null.