CrmEntityReference Implicit Conversion (CrmEntityReference to EntityReference)
Applies To: Dynamics CRM 2015
Converts between entity reference types.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static implicit operator EntityReference (
CrmEntityReference reference
)
public:
static operator EntityReference^ (
CrmEntityReference^ reference
)
F# does not support this operator
Public Shared Widening Operator CType (
reference As CrmEntityReference
) As EntityReference
Parameters
reference
Type: Microsoft.Xrm.Client.CrmEntityReferenceType: CrmEntityReference. The entity reference to convert.
Return Value
Type: Microsoft.Xrm.Sdk.EntityReference
Type: EntityReference
The converted entity reference.
See Also
Implicit Overload
CrmEntityReference Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright