AdoDotNetParameter.IsValidType(String) Method

Definition

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

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

Parameters

type
String

A data source–specific data type.

Returns

true if the method successfully calls Parse(Type, String) on the input string; otherwise, false.

Applies to