DataParameter Constructors
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.
Overloads
DataParameter() |
Class constructor. Initializes a nonparameterized instance of the DataParameter class. |
DataParameter(Boolean) |
Class constructor. Initializes a parameterized instance of the DataParameter class, along with an indication whether the instance was derived using the DeriveParameters(String, Int32, Int32) method. |
DataParameter()
Class constructor. Initializes a nonparameterized instance of the DataParameter class.
protected:
DataParameter();
protected DataParameter ();
Protected Sub New ()
Applies to
DataParameter(Boolean)
Class constructor. Initializes a parameterized instance of the DataParameter class, along with an indication whether the instance was derived using the DeriveParameters(String, Int32, Int32) method.
protected:
DataParameter(bool isDerived);
protected DataParameter (bool isDerived);
new Microsoft.VisualStudio.Data.DataParameter : bool -> Microsoft.VisualStudio.Data.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, Int32, Int32) method.