DataParameter.SetNameImpl Method

Sets the name of the parameter.

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

Syntax

'宣言
Protected Overridable Sub SetNameImpl ( _
    value As String _
)
'使用
Dim value As String

Me.SetNameImpl(value)
protected virtual void SetNameImpl(
    string value
)
protected:
virtual void SetNameImpl(
    String^ value
)
protected function SetNameImpl(
    value : String
)

Parameters

Remarks

The base implementation of this method does nothing.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

Name