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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.