CodeGenerationUtilities.MapToSchemaType(DomainType) 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.
Map a DomainType to its schema type.
public:
static System::String ^ MapToSchemaType(Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ domainType);
public static string MapToSchemaType (Microsoft.VisualStudio.Modeling.DslDefinition.DomainType domainType);
static member MapToSchemaType : Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> string
Public Shared Function MapToSchemaType (domainType As DomainType) As String
Parameters
- domainType
- DomainType
DomainType whose schema type will be returned.
Returns
The schema type for the given DomainType.