HyperActive
GetFieldName Method (foreignkey)
NamespacesHyperActive.CoreNameProviderGetFieldName(ForeignKeyColumnSchema)
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.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetFieldName(
	ForeignKeyColumnSchema foreignkey
)
Public Overridable Function GetFieldName ( _
	foreignkey As ForeignKeyColumnSchema _
) As String
public:
virtual String^ GetFieldName(
	ForeignKeyColumnSchema^ foreignkey
)
Parameters
foreignkey (ForeignKeyColumnSchema)
The foreign key from which the field name is derived.
Return Value
The name of the field derived from the foreign key.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)