Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Add Method (String, FbDbType, Int32, String)

[Visual Basic]
Overloads Public Function Add( _
   ByVal parameterName As String, _
   ByVal fbType As FbDbType, _
   ByVal size As Integer, _
   ByVal sourceColumn As String _
) As FbParameter
[C#]
public FbParameter Add(
   string parameterName,
   FbDbType fbType,
   int size,
   string sourceColumn
);

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace | FbParameterCollection.Add Overload List