The AdoNetAppenderParameter type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AdoNetAppenderParameter |
Initializes a new instance of the AdoNetAppenderParameter class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| FormatValue |
Renders the logging event and set the parameter value in the command.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Prepare |
Prepare the specified database command object.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| DbType |
Gets or sets the database type for this parameter.
| |
| Layout |
Gets or sets the IRawLayout to use to
render the logging event into an object for this
parameter.
| |
| ParameterName |
Gets or sets the name of this parameter.
| |
| Precision |
Gets or sets the precision for this parameter.
| |
| Scale |
Gets or sets the scale for this parameter.
| |
| Size |
Gets or sets the size for this parameter.
|
See Also