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.
Retrieves the parameter direction.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overrides Function GetDirectionCore As DataParameterDirection
'Usage
Dim returnValue As DataParameterDirection
returnValue = Me.GetDirectionCore()
protected override DataParameterDirection GetDirectionCore()
protected:
virtual DataParameterDirection GetDirectionCore() override
protected override function GetDirectionCore() : DataParameterDirection
Return Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
The parameter direction from among those defined in the DataParameterDirection enumeration.
Remarks
This method is called by the implementation of the Direction property.
.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.