Gets a foreign key property name. The default implementation removes _id from the end of the
foreignkey name and returns the result of passing that value to GetPropertyName.
| C# | Visual Basic | Visual C++ |
public virtual string GetPropertyName( ForeignKeyColumnSchema foreignkey )
Public Overridable Function GetPropertyName ( _ foreignkey As ForeignKeyColumnSchema _ ) As String
public: virtual String^ GetPropertyName( ForeignKeyColumnSchema^ foreignkey )
- foreignkey (ForeignKeyColumnSchema)
- The foreign key that will supply the database name to format.
The forign key name formatted as a property name.