 | IZipCodeEntityBaseStateId Property |
Gets or sets the state Id.
(Code département)
Namespace:
EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> StateId { get; set; }
Property StateId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the StateId (Code département) column of the Zipcode (Code postal) table.
See Also