MetaForeignKeyColumn.GetFilterExpression(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.