GrainState<T>.RecordExists Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the record exists in storage.
C#
public bool RecordExists { get; set; }
C#
[Orleans.Id(2)]
public bool RecordExists { get; set; }
member this.RecordExists : bool with get, set
[<Orleans.Id(2)>]
member this.RecordExists : bool with get, set
Public Property RecordExists As Boolean
- Attributes
Product | Versions |
---|---|
.NET Orleans | 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |