AdsParameterCollection.Add( string, object )

Advantage .NET Data Provider

  Previous topic Next topic  

Adds a new AdsParameter with the given name and value to the collection.

public AdsParameter Add

(

string parameterName, // (I) parameter name

object value // (I) parameter value

);

Remarks

This returns a reference to the newly created parameter.