CrmDataTypeWrapper Constructor (Object, CrmFieldType, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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 Sub New (
data As Object,
crmFieldType As CrmFieldType,
relatedEntityName As String
)
Parameters
data
Type: System.ObjectIndicates the data to set.
crmFieldType
Type: Microsoft.Xrm.Tooling.Connector.CrmFieldTypeType of data to set.
relatedEntityName
Type: System.StringGets 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
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright