Share via


DynamicsSink.IgnoreNullValues Property

Definition

The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> IgnoreNullValues { get; set; }
member this.IgnoreNullValues : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property IgnoreNullValues As DataFactoryElement(Of Boolean)

Property Value

Applies to