DataParameter.GetTypeImpl 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 the data-source-specific type of the parameter.
protected:
abstract System::String ^ GetTypeImpl();
protected abstract string GetTypeImpl ();
abstract member GetTypeImpl : unit -> string
Protected MustOverride Function GetTypeImpl () As String
Returns
Returns the data-source-specific type of the parameter.