Click or drag to resize

ReferenceRowProviderReferencingAttributeValue Property

Gets or sets the value of the referencing attribute in the referencing row.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Nullable<Guid> ReferencingAttributeValue { get; set; }

Property Value

Type: NullableGuid
The value of the referencing attribute.
See Also