AdoDotNetParameter.SetNameCore Method

Sets the name of the parameter.

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

Syntax

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

Parameters

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

Name

GetNameCore