Share via


DataParameter.GetNameImpl Method

Retrieves the name of the parameter.

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

Syntax

'Declaration
Protected Overridable Function GetNameImpl As String
protected virtual string GetNameImpl()
protected:
virtual String^ GetNameImpl()
abstract GetNameImpl : unit -> string  
override GetNameImpl : unit -> string
protected 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

DataParameter Class

Microsoft.VisualStudio.Data Namespace