EntityPrimaryKeyColumns Property

Returns an array containing the columns that are used as this Entity primary key

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ColumnBase[] PrimaryKeyColumns { get; }

Property Value

ColumnBase

See Also