SAParameterCollection class

Represents all parameters to an SACommand object and, optionally, their mapping to a DataSet column.

Visual Basic syntax

Public NotInheritable Class SAParameterCollection Inherits System.Data.Common.DbParameterCollection

C# syntax

public sealed class SAParameterCollection : System.Data.Common.DbParameterCollection

Remarks

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

Custom Attribute: sealed