DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class
Properties Methods


In This Topic
    C1DbParameterCollection Class Members
    In This Topic

    The following tables list the members exposed by C1DbParameterCollection.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden.  Specifies the number of items in the collection.  
    Public PropertyOverloaded.  Gets and sets the DbParameter at the specified index.  
    Public PropertyOverridden.  Specifies the Object to be used to synchronize access to the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden.  Adds the specified DbParameter object to the parameter collection.  
    Public MethodOverridden.  Adds an array of items with the specified values to the parameter collection.  
    Public Method Adds a DbParameter object to the parameter collection.  
    Public MethodOverridden.  Removes all parameter values from the parameter collection.  
    Public MethodCreate a copy of the current instance of C1DbParameterCollection.  
    Public MethodOverloaded. Overridden.  Indicates whether a DbParameter with the specified name exists in the collection.  
    Public MethodOverridden.  Copies an array of items to the collection starting at the specified index.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.  Returns the index of the specified DbParameter object.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Inserts the specified index of the DbParameter object with the specified name into the collection at the specified index.  
    Public MethodOverridden.  Removes the specified DbParameter object from the collection.  
    Public MethodOverloaded. Overridden.  Removes the DbParameter object at the specified from the collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Overridden.  Returns the DbParameter object at the specified index in the collection.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodOverloaded. Overridden.  Sets the DbParameter object with the specified name to a new value.  
    Top
    See Also