ApiClientSerializationOptionsIgnoreNullValues Property |
True to ignore null values, otherwise false.
Namespace:
ArangoDBNetStandard.Serialization
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool IgnoreNullValues { get; set; }
Public Property IgnoreNullValues As Boolean
Get
Set
public:
property bool IgnoreNullValues {
bool get ();
void set (bool value);
}
member IgnoreNullValues : bool with get, set
Property Value
Type:
BooleanSee Also