 | IHashComplexEntityMemberChainedId Property |
Gets or sets the chained identifier.
(Identifiant de la donnée chaînée)
Namespace:
EBP.Api.Interfaces.Framework.Data.EntityBase.Hash
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ChainedId { get; set; }
Property ChainedId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
The chained identifier.
RemarksThis entity member is bound to the Hash_Hash_ChainedId (Identifiant de la donnée chaînée) column of the SaleSettlement (Règlement de vente) table.
See Also