DataParameter.IsSupportedDirection(DataParameterDirection) Method
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 a Boolean value indicating whether the specified parameter direction is supported.
protected:
virtual bool IsSupportedDirection(Microsoft::VisualStudio::Data::DataParameterDirection direction);
protected virtual bool IsSupportedDirection (Microsoft.VisualStudio.Data.DataParameterDirection direction);
abstract member IsSupportedDirection : Microsoft.VisualStudio.Data.DataParameterDirection -> bool
override this.IsSupportedDirection : Microsoft.VisualStudio.Data.DataParameterDirection -> bool
Protected Overridable Function IsSupportedDirection (direction As DataParameterDirection) As Boolean
- direction
- DataParameterDirection
A parameter direction, as defined in the DataParameterDirection enumeration.
Returns true if the specified parameter direction is supported; otherwise returns false.