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