Name | Description | |
---|---|---|
MimerParameter Constructor | Overloaded. |
The following tables list the members exposed by MimerParameter.
Name | Description | |
---|---|---|
MimerParameter Constructor | Overloaded. |
Name | Description | |
---|---|---|
DbType | Overridden. Gets or sets the DbType of the parameter. | |
Direction | Overridden. Gets or sets a value indicating whether the parameter is input, input-output, or output only. | |
IsNullable | Overridden. Gets or sets a value indicating whether the parameter accepts null values. | |
MimerDbType | Gets or sets the MimerDbType of the parameter. | |
ParameterName | Overridden. Gets or sets the name of the MimerParameter. If value is non-null and non-empty, the system will:
| |
Precision | Overridden. Gets or sets the maximum number of digits used to represent the Value property (not used). | |
Scale | Overridden. Gets or sets the maximum number of decimal digits used to represent the Value property (not used). | |
Size | Overridden. Gets or sets the maximum size, in bytes, of the data within the column. | |
SourceColumn | Overridden. Gets or sets the name of the source column that is mapped to the System.Data.DataSet and used for loading or returning the Value. | |
SourceColumnNullMapping | Overridden. Sets or gets a value which indicates whether the source column is nullable or not. | |
SourceVersion | Overridden. Gets or sets the System.Data.DataRowVersion to use when loading Value. | |
Value | Overridden. Gets or sets the value of the parameter. |
Name | Description | |
---|---|---|
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.Data.Common.DbParameter) | |
ResetDbType | Overridden. Reset the DbType to its original setting. | |
ResetMimerDbType | Reset the MimerDbType to its original setting. | |
ToString | Retrieves the parameter name of the MimerParameter object. |