Table of Contents

Class Sequence

Namespace
LinqToDB.Schema
Assembly
linq2db.Tools.dll

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

SqlObjectName?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.