System.Web.UI.WebControls Namespace
.NET Framework version 2.0
Binds the value of an ASP.NET Profile property to a parameter object.
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.
Using Parameters with Data Source Controls