IDynamicDataSource::Where Property

 

Gets or sets a value that specifies the condition that must be true for a record to be included in the retrieved data by a Where clause.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

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

Property Value

Type: System::String^

The value that is used to create the Where clause.

The specific syntax for the Where clause depends on the data source that is used.

.NET Framework
Available since 3.5
Return to top
Show: