Udostępnij przez


CommandCollection Members

Contains a collection of Command objects. This class cannot be inherited.

The following tables list the members exposed by the CommandCollection type.

Public Constructors

  Name Description
CommandCollection Initializes a new instance of Command.

Top

Public Properties

  Name Description
ms162015.pubproperty(pl-pl,SQL.100).gif Count Gets the number of Command objects contained in the collection.
ms162015.pubproperty(pl-pl,SQL.100).gif Item Gets the Command at the specified index from the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms162015.pubmethod(pl-pl,SQL.100).gif Add Adds a Command to the end of the collection.
ms162015.pubmethod(pl-pl,SQL.100).gif AddRange Adds the elements of an ICollection to the end of the collection.
ms162015.pubmethod(pl-pl,SQL.100).gif Clear Removes all elements from the collection.
ms162015.pubmethod(pl-pl,SQL.100).gif Contains Indicates whether the collection contains a specified Command.
ms162015.pubmethod(pl-pl,SQL.100).gif CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
ms162015.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms162015.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms162015.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms162015.pubmethod(pl-pl,SQL.100).gif IndexOf Gets the index of a specified Command.
ms162015.pubmethod(pl-pl,SQL.100).gif Insert Inserts a Command into the collection at the specified index.
ms162015.pubmethod(pl-pl,SQL.100).gifms162015.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms162015.pubmethod(pl-pl,SQL.100).gif Remove Removes the specified Command from the collection.
ms162015.pubmethod(pl-pl,SQL.100).gif RemoveAt Removes the Command at the specified index from the collection.
ms162015.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms162015.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms162015.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top