IVsDataParameter.Direction Property
When implemented by a class, gets or sets a DataParameterDirection object specifying the direction of the parameter.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property Direction As DataParameterDirection
DataParameterDirection Direction { get; set; }
property DataParameterDirection Direction {
DataParameterDirection get ();
void set (DataParameterDirection value);
}
abstract Direction : DataParameterDirection with get, set
function get Direction () : DataParameterDirection
function set Direction (value : DataParameterDirection)
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
A DataParameterDirection object specifying the direction of the parameter.
Remarks
The DataParameterDirection type is an enumeration that has the following values: Unknown, In, Out, InOut, and ReturnValue.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace