Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.Direction Property

Gets or sets the Direction of the parameter.

[Visual Basic]
<Category(Category:="Datos"), _  DefaultValue(Value:=ParameterDirection.Input)>
NotOverridable Public Property Direction As ParameterDirection _
    Implements IDataParameter.Direction
[C#]
[Category(Category="Datos")]
[DefaultValue(Value=ParameterDirection.Input)]
public System.Data.ParameterDirection Direction {get; set;}

Implements

IDataParameter.Direction

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace