Share via


DataParameter.OnTypeChanging Method

Called when the Type property is about to change.

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

Syntax

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

Parameters

  • value
    Type: System.String

    The value that the Type property will be set to.

Remarks

The base implementation of this method ensures the value represents a valid type by calling the IsValidType method.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace