DataSourceSelectArguments Methods
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddSupportedCapabilities(DataSourceCapabilities) | Adds one capability to the DataSourceSelectArguments instance, which is used to compare supported capabilities and requested capabilities. |
![]() | Equals(Object) | Determines whether the specified DataSourceSelectArguments instance is equal to the current instance.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Returns the hash code for the DataSourceSelectArguments type.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | RaiseUnsupportedCapabilitiesError(DataSourceView) | Compares the capabilities requested for an ExecuteSelect(DataSourceSelectArguments) operation against those that the specified data source view supports. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
