DataParameter.GetDirectionImpl 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.
Retrieves the parameter direction.
protected:
abstract Microsoft::VisualStudio::Data::DataParameterDirection GetDirectionImpl();
protected abstract Microsoft.VisualStudio.Data.DataParameterDirection GetDirectionImpl ();
abstract member GetDirectionImpl : unit -> Microsoft.VisualStudio.Data.DataParameterDirection
Protected MustOverride Function GetDirectionImpl () As DataParameterDirection
Returns
Returns the parameter direction from among those defined in the DataParameterDirection enumeration.