DataParameter.SetDirectionCore(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 by using the DataParameterDirection enumeration.
protected:
abstract void SetDirectionCore(Microsoft::VisualStudio::Data::Services::SupportEntities::DataParameterDirection value);
protected abstract void SetDirectionCore (Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection value);
abstract member SetDirectionCore : Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection -> unit
Protected MustOverride Sub SetDirectionCore (value As DataParameterDirection)
Parameters
- value
- DataParameterDirection
A specific data parameter direction from among those defined in the DataParameterDirection enumeration.