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

Item property Next Page

Item property


Returns the ULParameter with the specified name. 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 with the specified name.

Exceptions
See also