Native |
The NativeParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeParameter | Initializes a new instance of the NativeParameter class. This constructor is not intended to be used directly from your code, unless you are implementing a custom data provider. | |
| NativeParameter(String, DataType) | Initializes a new instance of the NativeParameter class. This constructor is not intended to be used directly from your code, unless you are implementing a custom data provider. |
| Name | Description | |
|---|---|---|
| DataType | Gets or sets the data type of the parameter. | |
| Description | Gets or sets parameter description. | |
| Direction | Gets or sets parameter direction. | |
| IsOptional | Gets or sets a value indicating whether this parameter is optional. | |
| Name | Gets or sets parameter name. |
| Name | Description | |
|---|---|---|
| Equals(NativeParameter) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |