Share via


AdoDotNetParameter.SetNameImpl Method

Sets the name of the parameter.

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

Syntax

'Declaration
Protected Overrides Sub SetNameImpl ( _
    value As String _
)
protected override void SetNameImpl(
    string value
)
protected:
virtual void SetNameImpl(
    String^ value
) override
abstract SetNameImpl : 
        value:string -> unit 
override SetNameImpl : 
        value:string -> unit 
protected override function SetNameImpl(
    value : String
)

Parameters

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace

Name

GetNameImpl