AdoDotNetParameter.SetDirectionImpl(DataParameterDirection) Method
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.
Sets the direction of the parameter using the DataParameterDirection enumeration.
protected:
override void SetDirectionImpl(Microsoft::VisualStudio::Data::DataParameterDirection value);
protected override void SetDirectionImpl (Microsoft.VisualStudio.Data.DataParameterDirection value);
override this.SetDirectionImpl : Microsoft.VisualStudio.Data.DataParameterDirection -> unit
Protected Overrides Sub SetDirectionImpl (value As DataParameterDirection)
Parameters
- value
- DataParameterDirection
A specific data parameter direction from among those defined in the DataParameterDirection enumeration.