A value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Visual Basic Public Overrides Property Direction As ParameterDirection
C# public override 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |