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);
FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace