Click or drag to resize

PocoBaseId Property

Id for the entity

Namespace:  SandcastleTest.Generic.POCO
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Guid Id { get; set; }

Property Value

Type: Guid
Remarks
If the _Id is Empty a new Guid is generated.
See Also