ProfileParameter Class
Assembly: System.Web (in system.web.dll)
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.
Note |
|---|
| Controls that bind data to the parameter might throw an exception if a ProfileParameter |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
ProfileParameter MembersSystem.Web.UI.WebControls Namespace
ControlParameter Class
CookieParameter Class
FormParameter Class
QueryStringParameter
SessionParameter
Profile
Note