ObjectDataSourceView.SelectCountMethod Property
.NET Framework 3.0
Gets or sets the name of the method or function that the ObjectDataSourceView control invokes to retrieve a row count.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SelectCountMethod () /** @property */ public void set_SelectCountMethod (String value)
public function get SelectCountMethod () : String public function set SelectCountMethod (value : String)
Not applicable.
Property Value
A string that represents the name of the method or function that the ObjectDataSourceView uses to retrieve a row count. The default is an empty string ("").The SelectCountMethod identifies a business object method that is used to retrieve a total row count to support data source paging. The SelectCountMethod property is evaluated, only if the EnablePaging property is set to true. For information on how paging is supported by the ObjectDataSourceView, see EnablePaging.
The value of the SelectCountMethod property is stored in view state.
Community Additions
ADD
Show: