Note: This property is new in the .NET Framework version 2.0.
Gets or sets the name of the method or function that the
ObjectDataSource control invokes to retrieve a row count.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Visual Basic (Declaration)
Public Property SelectCountMethod As String
Dim instance As ObjectDataSource
Dim value As String
value = instance.SelectCountMethod
instance.SelectCountMethod = value
public string SelectCountMethod { get; set; }
public:
property String^ SelectCountMethod {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SelectCountMethod ()
/** @property */
public void set_SelectCountMethod (String value)
public function get SelectCountMethod () : String
public function set SelectCountMethod (value : String)
Property Value
A string that represents the name of the method or function that the ObjectDataSource uses to retrieve a row count. The method must return an integer. The default is an empty string ("").
The SelectCountMethod property identifies a business object method that is used to retrieve a total row count, to support data source paging. The SelectCountMethod property is only evaluated, if the EnablePaging property is set to true.
The SelectCountMethod property delegates to the SelectCountMethod property of the ObjectDataSourceView object that is associated with the ObjectDataSource control. For information on how paging is supported by the ObjectDataSource control, see EnablePaging.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
.NET Framework
Supported in: 2.0