CrmDataTypeWrapper Constructor (Object, CrmFieldType)
Applies To: Dynamics CRM 2015
Initializes a new instance of the CrmDataTypeWrapper class using the type of data to set.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public CrmDataTypeWrapper(
object data,
CrmFieldType crmFieldType
)
public:
CrmDataTypeWrapper(
Object^ data,
CrmFieldType crmFieldType
)
new :
data:Object *
crmFieldType:CrmFieldType -> CrmDataTypeWrapper
Public Sub New (
data As Object,
crmFieldType As CrmFieldType
)
Parameters
data
Type: System.ObjectIndicates the data to set
crmFieldType
Type: Microsoft.Xrm.Tooling.Connector.CrmFieldTypeType of data to set.
See Also
CrmDataTypeWrapper Overload
CrmDataTypeWrapper Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright