IVsDataParameter.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the direction of the parameter.
public:
property Microsoft::VisualStudio::Data::Services::SupportEntities::DataParameterDirection Direction { Microsoft::VisualStudio::Data::Services::SupportEntities::DataParameterDirection get(); };
public Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection Direction { get; }
member this.Direction : Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
Public ReadOnly Property Direction As DataParameterDirection
Property Value
A value from the DataParameterDirection enumeration specifying the direction of the parameter.