Jaa


CrmDataTypeWrapper Constructor (Object, CrmFieldType, String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the CrmDataTypeWrapper class using the type of data and the related entity name.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public CrmDataTypeWrapper(
    object data,
    CrmFieldType crmFieldType,
    string relatedEntityName
)
public:
CrmDataTypeWrapper(
    Object^ data,
    CrmFieldType crmFieldType,
    String^ relatedEntityName
)
new : 
        data:Object *
        crmFieldType:CrmFieldType *
        relatedEntityName:string -> CrmDataTypeWrapper
Public Sub New (
    data As Object,
    crmFieldType As CrmFieldType,
    relatedEntityName As String
)

Parameters

  • relatedEntityName
    Type: System.String

    Gets or sets the name of the related entity; applies to the Field Types: Customer and Lookup.

See Also

CrmDataTypeWrapper Overload
CrmDataTypeWrapper Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright