Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter Constructor (String, FbDbType, Int32)

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

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace | FbParameter Constructor Overload List