Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameterCollection class

ULParameterCollection class Next Page

ULParameterCollection members


Public properties
Member nameDescription
Count property

Returns the number of ULParameter objects in the collection.

Item property

Returns the ULParameter at the specified index. In C#, this property is the indexer for the ULParameterCollection class.

Item property

Returns the ULParameter with the specified name. In C#, this property is the indexer for the ULParameterCollection class.

Public methods
Member nameDescription
Add method

Adds a ULParameter to the collection.

Add method

Adds a ULParameter to the collection.

Add method

Adds a new ULParameter, created using the specified parameter name and value, to the collection.

Add method

Adds a new ULParameter, created using the specified parameter name and data type, to the collection.

Add method

Adds a new ULParameter, created using the specified parameter name, data type, and length, to the collection.

Add method

Adds a new ULParameter, created using the specified parameter name, data type, length, and source column name, to the collection.

Clear method

Removes all the parameters from the collection.

Contains method

Checks whether a ULParameter exists in the collection.

Contains method

Checks whether a ULParameter with the specified name exists in the collection.

CopyTo method

Copies ULParameter objects from the ULParameterCollection to the specified array.

GetEnumerator method

Returns an enumerator for the collection.

IndexOf method

Returns the location of the ULParameter in the collection.

IndexOf method

Returns the location of the ULParameter with the specified name in the collection.

Insert method

Inserts an ULParameter in the collection at the specified index.

Remove method

Removes an ULParameter from the collection.

RemoveAt method

Removes the parameter at the specified index in the collection.

RemoveAt method

Removes the parameter with the specified name from the collection.