dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBaseCollection Class
Properties Methods

In This Topic
    DbParameterBaseCollection Class Members
    In This Topic

    The following tables list the members exposed by DbParameterBaseCollection.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the number of DbParameterBase objects in the collection.  
    Public PropertyOverridden. Indicating whether the collection has a fixed size.  
    Public PropertyOverridden. Indicates whether the collection is read-only.  
    Public PropertyOverridden. Indicates whether access to the collection is synchronized (thread-safe).  
    Public PropertyOverloaded. Gets or sets the System.Data.Common.DbParameter at the specified index. (Inherited from System.Data.Common.DbParameterCollection)
    Public PropertyOverridden. Gets an object that can be used to synchronize access to the DbParameterBaseCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds the specified array of DbParameterBase objects to the DbParameterBaseCollection.  
    Public MethodOverridden. Removes all items from the collection.  
    Public MethodOverloaded. Overridden. Gets a value indicating whether a DbParameterBase object exists in the collection.  
    Public MethodOverridden. Copies a DbParameterBase objects from the DbParameterBaseCollection to the specified array.  
    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 MethodOverloaded. Overridden. Gets the location in the collection of the DbParameterBase objects.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Inserts a DbParameterBase into the collection at the specified index.  
    Public MethodOverridden. Removes the specified DbParameterBase from the collection.  
    Public MethodOverloaded. Overridden. Removes the specified DbParameterBase from the collection.  
    Top
    See Also