Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter Properties

The properties of the FbParameter class are listed below. For a complete list of FbParameter class members, see the FbParameter Members topic.

Public Instance Properties

Charset Gets or sets the Charset of the parameter.
DbType Gets or sets the DbType of the parameter.
Direction Gets or sets the Direction of the parameter.
FbDbType 
IsNullable Gets or sets whether the parameter accepts null values.
ParameterName Gets or sets the name of the FbParameter.
Precision Gets or sets the maximum number of digits used to represent the parameter value.
Scale Gets or sets the number of decimal places to which parameter value is resolved.
Size Gets or sets the maximum size, in bytes, of the data within the column.
SourceColumn Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.
SourceVersion Gets or sets the DataRowVersion to use when loading value.
Value Gets or sets the value of the parameter.

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace