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
'Declaration
Protected Overrides Function GetNameCore As String
protected override string GetNameCore()
protected:
virtual String^ GetNameCore() override
abstract GetNameCore : unit -> string
override GetNameCore : unit -> string
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 nulla null reference (Nothing in Visual Basic), indicating a nameless parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.