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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference

ToString method Next Page

SAParameterCollection class


Represents all parameters to an SACommand object and, optionally, their mapping to a DataSet column. This class cannot be inherited.

Syntax

Visual Basic

Public NotInheritable Class SAParameterCollection
Inherits DbParameterCollection

C#

public sealed class SAParameterCollection : DbParameterCollection

Remarks

There is no constructor for SAParameterCollection. You obtain an SAParameterCollection object from the SACommand.Parameters property of an SACommand oject.

See also

SAParameterCollection members
Count property
IsFixedSize property
IsReadOnly property
IsSynchronized property
Item properties
SyncRoot property
Add methods
AddRange methods
Clear method
Contains methods
CopyTo method
GetEnumerator method
IndexOf methods
Insert method
Remove method
RemoveAt methods