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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.