Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
A specific data parameter direction from among those defined in the DataParameterDirection enumeration.
Remarks
Notes to Inheritors
The derived class must override this method.
.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.