QueryableDataSourceView::Where Property

.NET Framework (current version)
 

Gets or sets a value that specifies what conditions must be true for a row to be included in the retrieved data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ Where {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A string that is used to create the Where clause.

.NET Framework
Available since 4.0
Return to top
Show: