AdoDotNetParameter.SetDirectionImpl Method
Sets the direction of the parameter using the DataParameterDirection enumeration.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overrides Sub SetDirectionImpl ( _
value As DataParameterDirection _
)
protected override void SetDirectionImpl(
DataParameterDirection value
)
protected:
virtual void SetDirectionImpl(
DataParameterDirection value
) override
abstract SetDirectionImpl :
value:DataParameterDirection -> unit
override SetDirectionImpl :
value:DataParameterDirection -> unit
protected override function SetDirectionImpl(
value : DataParameterDirection
)
Parameters
value
Type: Microsoft.VisualStudio.Data.DataParameterDirectionA specific data parameter direction from among those defined in the DataParameterDirection enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.