Gets a property name derived from a foreign key reference. The default implementation returns
the pluralized, pascalized version of the foreign key table name.
| C# | Visual Basic | Visual C++ |
public virtual string GetListPropertyName( ForeignKeyColumnSchema foreignkey )
Public Overridable Function GetListPropertyName ( _ foreignkey As ForeignKeyColumnSchema _ ) As String
public: virtual String^ GetListPropertyName( ForeignKeyColumnSchema^ foreignkey )
- foreignkey (ForeignKeyColumnSchema)
- The foreign key.
The property name derived from the foreign key.