Click or drag to resize

ColumnMetadataIsOwnershipReference Property

Gets a value indicating whether this column is referring to the ownership table Id.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool IsOwnershipReference { get; }

Property Value

Type: Boolean
true if this column is ownership reference; otherwise, false.
See Also