AdoDotNetParameter.GetNameCore Method

Retrieves the name of the parameter.

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

Syntax

'宣言
Protected Overrides Function GetNameCore As String
'使用
Dim returnValue As String

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

Return Value

Type: System.String

The name of the parameter.

Remarks

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

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

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace