asp.net.ph

ProfileParameter Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Binds the value of an ASP.NET Profile property to a parameter object.

ProfileParameter Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ProfileParameter ( )
public ProfileParameter ( String name , String propertyName )
public ProfileParameter ( String name , TypeCode type , String propertyName )
public ProfileParameter ( String name , DbType dbType , String propertyName )

Collapse   Properties

Visibility Name Value Type Accessibility
public PropertyName String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected Clone ( ) Parameter

Remarks

You can use the ProfileParameter class to bind the value of an ASP.NET Profile parameter to a parameter used in a parameterized SQL query, business object method, or filtering expression.

The ProfileParameter class provides the PropertyName property in addition to those inherited from the Parameter class. The PropertyName property identifies the ASP.NET Profile property from which the ProfileParameter retrieves a value.

See Also

Using Parameters with Data Source Controls Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph