Share via


CrmEntityReference Implicit Conversion (EntityReference to CrmEntityReference)

 

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 CrmEntityReference (
    EntityReference reference
)
public:
static operator CrmEntityReference^ (
    EntityReference^ reference
)
F# does not support this operator
Public Shared Widening Operator CType (
    reference As EntityReference
) As CrmEntityReference

Parameters

Return Value

Type: Microsoft.Xrm.Client.CrmEntityReference

Type: CrmEntityReference
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