AdoDotNetParameter.IsValidType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns true if the method successfully calls Parse(Type, String) on the input string; otherwise returns false.