A value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Visual Basic
NotOverridable Public Property Direction As ParameterDirection _
Implements IDataParameter.Direction
C#
public ParameterDirection Direction {get;set;}
One of the System.Data.ParameterDirection values.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.
ULException class - Only the System.Data.ParameterDirection.Input direction is supported in UltraLite.NET.