Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Add Method

Overload List

 

public FbParameter Add(FbParameter);

Adds the specified FbParameter object to the collection.

public int Add(object);

 

public FbParameter Add(string,FbDbType);

 

public FbParameter Add(string,FbDbType,int);

 

public FbParameter Add(string,FbDbType,int,string);

Adds a FbParameter to the FbParameterCollection with the parameter name and the data type.

public FbParameter Add(string,object);

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace