Gets or sets the names of the column in composite key scenarios.

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

Syntax

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

Field Value

The composite key column keys.

See Also