Share via


DataParameter.SetNameImpl Method

Sets the name of the parameter.

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

Syntax

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

Parameters

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

Name