Windward Engine API Reference
fieldsToNull Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > sObject Class : fieldsToNull Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(IsNullable=True, ElementName="fieldsToNull")>
Public Property fieldsToNull As String()
Visual Basic (Usage)Copy Code
Dim instance As sObject
Dim value() As String
 
instance.fieldsToNull = value
 
value = instance.fieldsToNull
C# 
[XmlElementAttribute(IsNullable=true, ElementName="fieldsToNull")]
public string[] fieldsToNull {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute(IsNullable=true, ElementName="fieldsToNull")]
public: __property string*[]* get_fieldsToNull();
public: __property void set_fieldsToNull( 
   string*[]* value
);
C++/CLI 
[XmlElementAttribute(IsNullable=true, ElementName="fieldsToNull")]
public:
property array<String^>^ fieldsToNull {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.