Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EnableQueryAttribute::HandleNullPropagation Property

 

Gets or sets a value indicating how null propagation should be handled during query composition.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

public:
property HandleNullPropagationOption HandleNullPropagation {
	HandleNullPropagationOption get();
	void set(HandleNullPropagationOption value);
}
Return to top
Show: