JoinedKeyAttribute API Document
Used for joined subclasses.
Constructors
JoinedKeyAttribute()
Initializes a new instance of the Castle.ActiveRecord.JoinedKeyAttribute class.
JoinedKeyAttribute(String column)
Initializes a new instance of the Castle.ActiveRecord.JoinedKeyAttribute class.
| Parameter | Description |
|---|---|
| column | The column. |
Properties
| Name | Type | Description |
|---|---|---|
| Column | String | Gets or sets the column name |