AdsParameterCollection.Add( string, DbType )

Advantage .NET Data Provider

  Previous topic Next topic  

Add a new AdsParameter of the given name and type to the collection.

public AdsParameter Add

(

string parameterName, // (I) parameter name

DbType type // (I) parameter type

);

Remarks

This returns a reference to the newly created parameter.