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

Count property Next Page

Item property


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

Syntax

Visual Basic

Public Property Item As ULParameter

C#

public ULParameter Item {get;set;}

Parameters
Return value

The ULParameter at the specified index.

Exceptions
See also