Share via


DataParameter.IsValidType Method

Retrieves a Boolean value indicating whether the specified data source–specific type is a valid type.

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

Syntax

'Declaration
Protected Overridable Function IsValidType ( _
    type As String _
) As Boolean
protected virtual bool IsValidType(
    string type
)
protected:
virtual bool IsValidType(
    String^ type
)
abstract IsValidType : 
        type:string -> bool  
override IsValidType : 
        type:string -> bool
protected function IsValidType(
    type : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified data source–specific type is a valid type; otherwise, false.

Remarks

This method is called by the base implementation of the OnTypeChanging method. It is used to determine whether a data type is valid for the current state of the parameter.

Notes to Inheritors

The base implementation of this method returns true.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace