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
Syntaxpublic bool IsOwnershipReference { get; }
Public ReadOnly Property IsOwnershipReference As Boolean
Get
public:
property bool IsOwnershipReference {
bool get ();
}
member IsOwnershipReference : bool with get
Property Value
Type:
Booleantrue if this column is ownership reference; otherwise,
false.
See Also