This documentation is archived and is not being maintained.
DataSourceSelectArguments Methods
Visual Studio 2010
The DataSourceSelectArguments type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddSupportedCapabilities | Adds one capability to the DataSourceSelectArguments instance, which is used to compare supported capabilities and requested capabilities. |
|
Equals | Determines whether the specified DataSourceSelectArguments instance is equal to the current instance. (Overrides Object::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Overrides Object::GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RaiseUnsupportedCapabilitiesError | 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: