VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class
Properties Methods


In This Topic
    VistaDBParameterCollection Class Members
    In This Topic

    The following tables list the members exposed by VistaDBParameterCollection.

    Public Properties
     NameDescription
    Public PropertyOverridden. Specifies the number of items in the collection. Specifies the number of parameters in the collection.  
    Public PropertyOverridden. Specifies whether the collection is a fixed size. Specifies whether the collection is a fixed size.  
    Public PropertyOverridden. Specifies whether the collection is read-only. Specifies whether the collection is read-only.  
    Public PropertyOverridden. Specifies whether the collection is synchronized. Specifies whether the collection is synchronized.  
    Public PropertyOverloaded. Gets and sets the VistaDBParameter at the specified index.  
    Public PropertyOverridden. Specifies the System.Object to be used to synchronize access to the collection. Specifies the Object to be used to synchronize access to the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Adds the specified System.Data.Common.DbParameter object to the System.Data.Common.DbParameterCollection.  
    Public MethodOverridden. Adds an array of items with the specified values to the System.Data.Common.DbParameterCollection. Adds an array of items with the specified values to the VistaDBParameterCollection.  
    Public MethodAdds a VistaDBParameter to the VistaDBParameterCollection with the parameter name and value.  
    Public MethodOverridden. Removes all System.Data.Common.DbParameter values from the System.Data.Common.DbParameterCollection. Removes all VistaDBParameter values from the VistaDBParameterCollection.  
    Public MethodOverloaded. Overridden. Indicates whether a System.Data.Common.DbParameter with the specified System.Data.Common.DbParameter.Value is contained in the collection. Indicates whether a VistaDBParameter with the specified Value is contained in the collection.  
    Public MethodOverridden. Copies an array of items to the collection starting at the specified index. Copies an array of items to the collection starting at the specified index.  
    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 MethodOverridden. Exposes the System.Collections.IEnumerable.GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider. Exposes the GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Returns the index of the specified System.Data.Common.DbParameter object. Returns the index of the specified VistaDBParameter object.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Inserts the specified index of the System.Data.Common.DbParameter object with the specified name into the collection at the specified index.  
    Public MethodOverloaded. Overridden. Removes the specified System.Data.Common.DbParameter object from the collection.  
    Public MethodOverloaded. Overridden. Removes the System.Data.Common.DbParameter object at the specified from the collection. Removes the VistaDBParameter object at the specified from the collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Overridden. Returns the System.Data.Common.DbParameter object at the specified index in the collection.  
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Protected MethodOverloaded. Overridden. Sets the System.Data.Common.DbParameter object at the specified index to a new value.  
    Top
    See Also