DataParameter.SetNameCore Method

Sets the name of the parameter.

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

Syntax

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

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

Parameters

Remarks

The base implementation of this method does nothing.

Notes to Inheritors:

The derived class must override this method.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

Name