dotConnect for SQLite Documentation
Devart.Common Namespace / DbParameterBaseCollection Class

In This Topic
    DbParameterBaseCollection Class Methods
    In This Topic

    For a list of all members of this type, see DbParameterBaseCollection members.

    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