SerializationSettings.ThreatMinValuesAsNull Property

System.Data.Generic

SerializationSettingsThreatMinValuesAsNull Property
Gets or sets a value to threat propery values of min-value as null.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public bool ThreatMinValuesAsNull { get; set; }
Public Property ThreatMinValuesAsNull As Boolean
	Get
	Set
public:
property bool ThreatMinValuesAsNull {
	bool get ();
	void set (bool value);
}
member ThreatMinValuesAsNull : bool with get, set

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks
PrepareSql for processing instructions.
See Also