DB2ParameterCollection Properties

The properties of the DB2ParameterCollection class are listed here. For a complete list of DB2ParameterCollection class members, see the DB2ParameterCollection Members topic.

Table 1. Public Properties
Method Description
public property Count Gets the number of DB2®Parameter objects in the collection.
public property IsFixedSize Gets a value that indicates whether the DB2ParameterCollection has a fixed size.
public property IsReadOnly Gets a value that indicates whether the DB2ParameterCollection is read-only.
public property IsSynchronized Gets a value that indicates whether the DB2ParameterCollection is synchronized.
public property this Overloaded. Gets or sets the DB2Parameter with a specified attribute.

In C#, this property is the indexer for the DB2ParameterCollection class.

public property SyncRoot Gets an object that can be used to synchronize access to the DB2ParameterCollection.