DataParameter.GetTypeCore Method

Definition

Retrieves the data source–specific type of the parameter.

protected:
 abstract System::String ^ GetTypeCore();
protected abstract string GetTypeCore ();
abstract member GetTypeCore : unit -> string
Protected MustOverride Function GetTypeCore () As String

Returns

The data source–specific type of the parameter.

Applies to