DataParameter.GetTypeImpl Method

Definition

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.

Applies to