HyperActive
GetPropertyName Method (foreignkey)
NamespacesHyperActive.CoreNameProviderGetPropertyName(ForeignKeyColumnSchema)
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.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetPropertyName(
	ForeignKeyColumnSchema foreignkey
)
Public Overridable Function GetPropertyName ( _
	foreignkey As ForeignKeyColumnSchema _
) As String
public:
virtual String^ GetPropertyName(
	ForeignKeyColumnSchema^ foreignkey
)
Parameters
foreignkey (ForeignKeyColumnSchema)
The foreign key that will supply the database name to format.
Return Value
The forign key name formatted as a property name.

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