en-us/about_DataverseTypeAccelerators.help.txt
TOPIC
about_dataversetypeaccelerators SHORT DESCRIPTION Describes the Type accelerators available for Microsoft.Xrm.Sdk classes. LONG DESCRIPTION Type accelerators are aliases for Microsoft.Xrm.Sdk classes. They allow you to access specific Microsoft.Xrm.Sdk classes without having to explicitly type the entire class name. Available Type Accelerators | Accelerator | Full Class Name | | ----------- | --------------- | | dvmoney | Microsoft.Xrm.Sdk.Money | | dvchoicevalue | Microsoft.Xrm.Sdk.OptionSetValue | | dvrow | Microsoft.Xrm.Sdk.Entity | | dvreference | Microsoft.Xrm.Sdk.EntityReference | | dvlabel | Microsoft.Xrm.Sdk.Label | | dvchoiceoption | Microsoft.Xrm.Sdk.Metadata.OptionMetadata | SEE ALSO Online |