AdoDotNetParameter.GetDirectionCore 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:
override Microsoft::VisualStudio::Data::Services::SupportEntities::DataParameterDirection GetDirectionCore();
protected override Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection GetDirectionCore ();
override this.GetDirectionCore : unit -> Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
Protected Overrides Function GetDirectionCore () As DataParameterDirection
Returns
The parameter direction from among those defined in the DataParameterDirection enumeration.