Share via


AdoDotNetParameter.SetDirectionCore Method

Sets the direction of the parameter by using the DataParameterDirection enumeration.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overrides Sub SetDirectionCore ( _
    value As DataParameterDirection _
)
protected override void SetDirectionCore(
    DataParameterDirection value
)
protected:
virtual void SetDirectionCore(
    DataParameterDirection value
) override
abstract SetDirectionCore : 
        value:DataParameterDirection -> unit  
override SetDirectionCore : 
        value:DataParameterDirection -> unit
protected override function SetDirectionCore(
    value : DataParameterDirection
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

GetDirectionCore