MetaForeignKeyColumn.GetFilterExpression(String) Method

Definition

Returns the alternate name that is mapped to a foreign key.

public:
 System::String ^ GetFilterExpression(System::String ^ foreignKeyName);
public string GetFilterExpression (string foreignKeyName);
member this.GetFilterExpression : string -> string
Public Function GetFilterExpression (foreignKeyName As String) As String

Parameters

foreignKeyName
String

The name of the foreign key.

Returns

The alternate name that is mapped to the foreign key.

Remarks

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.

Applies to