DataParameter.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:
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.