Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the AdoDotNetParameter class with a parameter object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
AdoDotNetParameter(DbParameter)
Initializes a new instance of the AdoDotNetParameter class with a parameter object.
Initializes a new instance of the AdoDotNetParameter class with a parameter string value.
AdoDotNetParameter(DbParameter, Boolean)
Initializes a new instance of the AdoDotNetParameter class with a parameter object and an indication of whether the parameter is derived using the DeriveParameters method.
AdoDotNetParameter(String, Boolean)
Initializes a new instance of the AdoDotNetParameter class with the name of the data provider and an indication of whether the parameter is derived using the DeriveParameters method.
Top