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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |