Mimer SQL Data Provider
MimerParameter Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerParameter Class

The following tables list the members exposed by MimerParameter.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the DbType of the parameter.  
Public PropertyOverridden. Gets or sets a value indicating whether the parameter is input, input-output, or output only.  
Public PropertyOverridden. Gets or sets a value indicating whether the parameter accepts null values.  
Public PropertyGets or sets the MimerDbType of the parameter.  
Public PropertyOverridden. Gets or sets the name of the MimerParameter. If value is non-null and non-empty, the system will:
  1. Try to match the parameter name with a parameter with the same name in the SQL command (eg. a host variable reference specified with a colon as :HOSTVAR).
  2. If the command text has parameters that have no equivalent in the MimerParameterCollection, it will pick unnamed parameters from the MimerParameterCollection instead.
  3. If the MimerParameterCollection has parameters that have no equivalent in the command text, the names will be discarded and the parameters will be handled as unnamed parameters.
If value is null or empty, it is handled like an unnamed parameter. An integer is not a parameter name that will match a host variable in an SQL command (e.g. :1). Instead it indicates the order in which to pick the parameters. It is recommended to use either unnamed or named parameters and not mix them in the same command.  
Public PropertyOverridden. Gets or sets the maximum number of digits used to represent the Value property (not used).  
Public PropertyOverridden. Gets or sets the maximum number of decimal digits used to represent the Value property (not used).  
Public PropertyOverridden. Gets or sets the maximum size, in bytes, of the data within the column.  
Public PropertyOverridden. 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.  
Public PropertyOverridden. Sets or gets a value which indicates whether the source column is nullable or not.  
Public PropertyOverridden. Gets or sets the System.Data.DataRowVersion to use when loading Value.  
Public PropertyOverridden. Gets or sets the value of the parameter.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.Data.Common.DbParameter)
Public MethodOverridden. Reset the DbType to its original setting.  
Public MethodReset the MimerDbType to its original setting.  
Public MethodRetrieves the parameter name of the MimerParameter object.  
Top
See Also

Reference

MimerParameter Class
Mimer.Data.Client Namespace