NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOParameters.Add (Object)

Adds an ADOParameter to the ADOCommand when given an Object.

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal value As Object _
) As Integer
[C#]
public virtual int Add(
   object value
);
[C++]
public: virtual int Add(
   Object* value
);
[JScript]
public function Add(
   value : Object
) : int;

Parameters

value
An Object that is the Value of the parameter.

Exceptions

Exception Type Condition
NotAnAdapterParameter The parameter passed was not an ADOParameter.

See Also

ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace | ADOParameters.Add Overload List