VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / Direction Property


In This Topic
    Direction Property
    In This Topic
    Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
    Syntax
    'Declaration
     
    
    Public Overrides Property Direction As System.Data.ParameterDirection
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.Data.ParameterDirection
     
    instance.Direction = value
     
    value = instance.Direction
    public override System.Data.ParameterDirection Direction {get; set;}

    Property Value

    One of the System.Data.ParameterDirection values. The default is Input.
    Exceptions
    ExceptionDescription
    The property is not set to one of the valid System.Data.ParameterDirection values.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also