This documentation is archived and is not being maintained.

FormParameter Constructor

Initializes a new instance of the FormParameter 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 FormParameter() Initializes a new unnamed instance of the FormParameter class.
Protected method FormParameter(FormParameter) Initializes a new instance of the FormParameter class with the values of the instance specified by the original parameter.
Public method FormParameter(String, String) Initializes a new named instance of the FormParameter class, using the specified string to identify which form variable field to bind to.
Public method FormParameter(String, DbType, String) Initializes a new instance of the FormParameter class, using the specified string to identify which form variable field to bind to.
Public method FormParameter(String, TypeCode, String) Initializes a new named and strongly typed instance of the FormParameter class, using the specified string to identify which form variable to bind to.
Top
Show: