SelectResult Class

.NET Framework (current version)
 

Represents the select result. This type is designed to be used when you use the async model binding feature, which is introduced in 4.6, and want to enable custom paging.

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

System::Object
  System.Web.UI.WebControls::SelectResult

public ref class SelectResult sealed 

NameDescription
System_CAPS_pubmethodSelectResult(Int32, IEnumerable^)

Initializes a new instance of the SelectResult class.

NameDescription
System_CAPS_pubpropertyResults

Gets a list of results.

System_CAPS_pubpropertyTotalRowCount

Gets the total number of rows in the result.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.6

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: