Parameter Class |
public class Parameter
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
| Parameter(String, String) | Initialize a new instance of the Parameter class. | |
| Parameter(Encoding, String, String) | Initialize a new instance of the Parameter class. | |
| Parameter(String, String, String) | Initialize a new instance of the Parameter class. |
| Name | Description | |
|---|---|---|
| AlwaysQuote | Get or set whether the parameter value should always be quoted even if it normally wouldn't need to be. | |
| Encoding | Get or set the parameter value character encoding. | |
| EncodingMethod | Get or set the parameter encoding method to use. | |
| Name | Get the parameter name. | |
| Value | Get or set the parameter value. |
| Name | Description | |
|---|---|---|
| Clone | Clone the parameter. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString |
Return a string representation of the Parameter.
(Overrides ObjectToString) |