Class Identity
Identity column descriptor.
public sealed record Identity : IEquatable<Identity>
- Inheritance
-
Identity
- Implements
- Extension Methods
Constructors
Identity(string, Sequence?)
Identity column descriptor.
public Identity(string Column, Sequence? Sequence)
Parameters
Properties
Column
Identity column.
public string Column { get; init; }
Property Value
Sequence
Identity sequence definition.
public Sequence? Sequence { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.