DataParameter Constructors

Definition

Overloads

DataParameter()

Initializes a new instance of the DataParameter class.

DataParameter(Boolean)

Initializes a new instance of the DataParameter class, specifying whether the instance was derived using the DeriveParameters(String, DataCommandType, Int32) method.

DataParameter()

Initializes a new instance of the DataParameter class.

protected:
 DataParameter();
protected DataParameter ();
Protected Sub New ()

Applies to

DataParameter(Boolean)

Initializes a new instance of the DataParameter class, specifying whether the instance was derived using the DeriveParameters(String, DataCommandType, Int32) method.

protected:
 DataParameter(bool isDerived);
protected DataParameter (bool isDerived);
new Microsoft.VisualStudio.Data.Framework.DataParameter : bool -> Microsoft.VisualStudio.Data.Framework.DataParameter
Protected Sub New (isDerived As Boolean)

Parameters

isDerived
Boolean

Indicates whether this data parameter instance was created as a return value of the DeriveParameters(String, DataCommandType, Int32) method.

Applies to