Gets or sets the composite key columns that represent the other side on the assoication table

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

Syntax

C#
public string[] CompositeKeyColumnRefs{ get; set;}

Field Value

The composite key column refs.

See Also