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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

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
AddWithValue method
Clear method
Contains methods
CopyTo method
GetEnumerator method
IndexOf methods
Insert method
Remove method
RemoveAt methods