Share via


DataParameter.SetDirectionCore Method

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

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

Syntax

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

Parameters

Remarks

Notes to Inheritors

The derived class must override this method.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace