DataParameter.IsValidType(String) Method

Definition

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

protected:
 virtual bool IsValidType(System::String ^ type);
protected virtual bool IsValidType (string type);
abstract member IsValidType : string -> bool
override this.IsValidType : string -> bool
Protected Overridable Function IsValidType (type As String) As Boolean

Parameters

type
String

A data-source-specific data type.

Returns

Returns true if the specified data-source-specific type is a valid type; otherwise returns false.

Applies to