MetadataItem.GetBuiltInType(BuiltInTypeKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a conceptual model built-in type that matches one of the BuiltInTypeKind values.
public:
static System::Data::Metadata::Edm::EdmType ^ GetBuiltInType(System::Data::Metadata::Edm::BuiltInTypeKind builtInTypeKind);
public static System.Data.Metadata.Edm.EdmType GetBuiltInType (System.Data.Metadata.Edm.BuiltInTypeKind builtInTypeKind);
static member GetBuiltInType : System.Data.Metadata.Edm.BuiltInTypeKind -> System.Data.Metadata.Edm.EdmType
Public Shared Function GetBuiltInType (builtInTypeKind As BuiltInTypeKind) As EdmType
Parameters
- builtInTypeKind
- BuiltInTypeKind
One of the BuiltInTypeKind values.
Returns
An EdmType object that represents the built-in type in the EDM.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.