Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public BelongsToAttribute(
	string column
)

Parameters

column
String

[Missing <param> documentation for "column"]

See Also