VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class
Properties Methods


In This Topic
    VistaDBParameter Class Members
    In This Topic

    The following tables list the members exposed by VistaDBParameter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the System.Data.DbType of the parameter. Gets or sets the DbType of the parameter.  
    Public PropertyOverridden. Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.  
    Public PropertyOverridden. Gets or sets a value that indicates whether the parameter accepts null values. Gets or sets a value that indicates whether the parameter accepts null values.  
    Public PropertyOverridden. Gets or sets the name of the System.Data.Common.DbParameter. Gets or sets the name of the VistaDBParameter.  
    Public PropertyGets or sets the maximum number of digits used to represent the System.Data.Common.DbParameter.Value property. (Inherited from System.Data.Common.DbParameter)
    Public PropertyGets or sets the number of decimal places to which System.Data.Common.DbParameter.Value is resolved. (Inherited from System.Data.Common.DbParameter)
    Public PropertyOverridden. Gets or sets the maximum size, in bytes, of the data within the column. This property is not used.  
    Public PropertyOverridden. Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the System.Data.Common.DbParameter.Value. Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.  
    Public PropertyOverridden. Sets or gets a value which indicates whether the source column is nullable. This allows System.Data.Common.DbCommandBuilder to correctly generate Update statements for nullable columns. Sets or gets a value which indicates whether the source column is nullable. This allows VistaDBCommandBuilder to correctly generate Update statements for nullable columns.  
    Public PropertyOverridden. Gets or sets the System.Data.DataRowVersion to use when you load System.Data.Common.DbParameter.Value. Gets or sets the DataRowVersion to use when you load Value.  
    Public PropertyOverridden. Gets or sets the value of the parameter. Gets or sets the value of the parameter.  
    Public PropertyGets or sets the VistaDBType of the parameter.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Resets the DbType property to its original settings. Resets the DbType property to its original settings.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Top
    See Also