ModelDataSourceView::SelectMethod Property
.NET Framework (current version)
Gets or sets the name of the method that the ModelDataSourceView control invokes to retrieve data.
Assembly: System.Web (in System.Web.dll)
public: property String^ SelectMethod { String^ get(); internal: void set(String^ value); }
Property Value
Type: System::String^A string that represents the name of the method that the ModelDataSourceView uses to retrieve data.
.NET Framework
Available since 4.5
Available since 4.5
Show: