Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 853 Bytes

about_DataverseTypeAccelerators.md

File metadata and controls

22 lines (17 loc) · 853 Bytes

Type Accelerators

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