This documentation is archived and is not being maintained.

Parameter Constructor

Initializes a new instance of the Parameter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Parameter() Initializes a new default instance of the Parameter class.
Protected method Parameter(Parameter) Initializes a new instance of the Parameter class with the values of the original, specified instance.
Public method Parameter(String) Initializes a new instance of the Parameter class, using the specified name.
Public method Parameter(String, DbType) Initializes a new instance of the Parameter class, using the specified name and database type.
Public method Parameter(String, TypeCode) Initializes a new instance of the Parameter class, using the specified name and type.
Public method Parameter(String, DbType, String) Initializes a new instance of the Parameter class, using the specified name, the specified database type, and the specified value for its DefaultValue property.
Public method Parameter(String, TypeCode, String) Initializes a new instance of the Parameter class, using the specified name, the specified type, and the specified string for its DefaultValue property.
Top
Show: