FilterUserControlBase.IControlParameterTarget.GetPropertyNameExpression Method (String)

 

Gets the name of the column that is filtered.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Private Function GetPropertyNameExpression (
	columnName As String
) As String
	Implements IControlParameterTarget.GetPropertyNameExpression

Parameters

columnName
Type: System.String

The column that is filtered.

Return Value

Type: System.String

The column that is filtered.

.NET Framework
Available since 3.5
Return to top
Show: