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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.