AdoDotNetParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the AdoDotNetParameter class with a parameter object.

Overload List

  Name Description
Public method AdoDotNetParameter(DbParameter) Initializes a new instance of the AdoDotNetParameter class with a parameter object.
Public method AdoDotNetParameter(String) Initializes a new instance of the AdoDotNetParameter class with a parameter string value.
Public method 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.
Public 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

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace