Share via


AdoDotNetParameter.GetNameImpl Method

Retrieves the name of the parameter.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overrides Function GetNameImpl As String
'Usage
Dim returnValue As String 

returnValue = Me.GetNameImpl()
protected override string GetNameImpl()
protected:
virtual String^ GetNameImpl() override
protected override function GetNameImpl() : String

Return Value

Type: System.String
Returns the name of the parameter.

Remarks

This method is called by the implementation of the Name property.

The base implementation of this method returns nulla null reference (Nothing in Visual Basic), indicating a nameless parameter.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetNameImpl