Class Sequence
Sequence definition.
public sealed record Sequence : IEquatable<Sequence>
- Inheritance
-
Sequence
- Implements
- Extension Methods
Constructors
Sequence(SqlObjectName?)
Sequence definition.
public Sequence(SqlObjectName? Name)
Parameters
Name
SqlObjectName?Optional sequence name.
Properties
Name
Optional sequence name.
public SqlObjectName? Name { 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.