LinqDataSourceDesigner::Select Property

 

Gets or sets the string that contains values for the select operation.

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

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

Property Value

Type: System::String^

A string that is used when the Select clause is being created.

.NET Framework
Available since 3.5
Return to top
Show: