[]
Represents a command parameter for use as a sql parameter.
public class CommandParameter
| Name | Description |
|---|---|
| CommandParameter(string, object) | Creates new CommandParameter instance. |
| Name | Description |
|---|---|
| Name | Parameter name. |
| Value | Parameter value. |
| Name | Description |
|---|---|
| Equals(CommandParameter) | |
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |