Advanced.Data.Provider Documentation

AdpParameterCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a AdpParameter to the AdpParameterCollection.

[Visual Basic]
NotOverridable Public Function Add( _
   ByVal value As Object _
) As Integer Implements _
   IList.Add
[C#]
public int Add(
   object value
);

Parameters

value
The AdpParameter to add to the collection.

Return Value

The position into which the new element was inserted.

Implements

IList.Add

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace