次の方法で共有


DynamicsSink.IgnoreNullValues プロパティ

定義

書き込み操作中に入力データセット (キー フィールドを除く) の null 値を無視するかどうかを示すフラグを取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreNullValues")]
public object IgnoreNullValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreNullValues")>]
member this.IgnoreNullValues : obj with get, set
Public Property IgnoreNullValues As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象