DataParameter.SetTypeImpl(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.
Sets the data type of this parameter.
protected:
abstract void SetTypeImpl(System::String ^ value);
protected abstract void SetTypeImpl (string value);
abstract member SetTypeImpl : string -> unit
Protected MustOverride Sub SetTypeImpl (value As String)
Parameters
- value
- String
A parameter data type.