QueryableDataSourceView::SelectNew Property

.NET Framework (current version)
 

Gets or sets the properties and calculated values that are included in the retrieved data.

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

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

Property Value

Type: System::String^

The values that are used to create the Select command.

.NET Framework
Available since 4.0
Return to top
Show: