Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
 SelectCountMethod Property
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
ObjectDataSource.SelectCountMethod Property

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
Visual Basic (Usage)
Dim instance As ObjectDataSource
Dim value As String

value = instance.SelectCountMethod

instance.SelectCountMethod = value
C#
public string SelectCountMethod { get; set; }
C++
public:
property String^ SelectCountMethod {
    String^ get ();
    void set (String^ value);
}
J#
/** @property */
public String get_SelectCountMethod ()

/** @property */
public void set_SelectCountMethod (String value)
JScript
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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker