MetaForeignKeyColumn.GetFilterExpression Method (String)
.NET Framework (current version)
Returns the alternate name that is mapped to a foreign key.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- foreignKeyName
-
Type:
System.String
The name of the foreign key.
This method returns the alternate name that is used in a filtering expression instead of the actual foreign-key name. If an alternate name does not exist, the method returns the actual name of the foreign key.
.NET Framework
Available since 4.0
Available since 4.0
Show: