Common.SetNullableFieldValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetNullableFieldValue(System::String ^ fieldName, System::Object ^ fieldValue);
public void SetNullableFieldValue (string fieldName, object fieldValue);
member this.SetNullableFieldValue : string * obj -> unit
Public Sub SetNullableFieldValue (fieldName As String, fieldValue As Object)
Parameters
- fieldName
- String
- fieldValue
- Object