System.Web.UI.DataSourceSelectArguments: Method Members

The methods of System.Web.UI.DataSourceSelectArguments are listed below. For a list of all members, see the DataSourceSelectArguments Members list.

See Also: Inherited members from System.Object

Public Methods

AddSupportedCapabilities(DataSourceCapabilities)

Adds one capability to the System.Web.UI.DataSourceSelectArguments instance, which is used to compare supported capabilities and requested capabilities.

override
Equals(object) : bool

Determines whether the specified System.Web.UI.DataSourceSelectArguments instance is equal to the current instance.

override
GetHashCode() : int

Returns the hash code for the System.Web.UI.DataSourceSelectArguments type.

RaiseUnsupportedCapabilitiesError(DataSourceView)

Compares the capabilities requested for an DataSourceView.ExecuteSelect(DataSourceSelectArguments) operation against those that the specified data source view supports.