Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter Constructor (String, FbDbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)

[Visual Basic]
<EditorBrowsable(State:=EditorBrowsableState.Advanced)>
Overloads Public Sub New( _
   ByVal parameterName As String, _
   ByVal dbType As FbDbType, _
   ByVal size As Integer, _
   ByVal direction As ParameterDirection, _
   ByVal isNullable As Boolean, _
   ByVal precision As Byte, _
   ByVal scale As Byte, _
   ByVal sourceColumn As String, _
   ByVal sourceVersion As DataRowVersion, _
   ByVal value As Object _
)
[C#]
[EditorBrowsable(State=EditorBrowsableState.Advanced)]
public FbParameter(
   string parameterName,
   FbDbType dbType,
   int size,
   ParameterDirection direction,
   bool isNullable,
   byte precision,
   byte scale,
   string sourceColumn,
   DataRowVersion sourceVersion,
   object value
);

See Also

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