Gets a field name derived from the foreign key column name. This implemenations removes
the _id from the name of a foreign key column and returns underscore and the camelized version
of the foreignkey name.
| C# | Visual Basic | Visual C++ |
public virtual string GetFieldName( ForeignKeyColumnSchema foreignkey )
Public Overridable Function GetFieldName ( _ foreignkey As ForeignKeyColumnSchema _ ) As String
public: virtual String^ GetFieldName( ForeignKeyColumnSchema^ foreignkey )
- foreignkey (ForeignKeyColumnSchema)
- The foreign key from which the field name is derived.
The name of the field derived from the foreign key.