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 _
)
protected virtual void SetNameCore(
    string value
)
protected:
virtual void SetNameCore(
    String^ value
)
abstract SetNameCore : 
        value:string -> unit 
override SetNameCore : 
        value:string -> unit 
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.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace

Name