Table of Contents

Class Identity

Namespace
LinqToDB.Schema
Assembly
linq2db.Tools.dll

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

Column string

Identity column.

Sequence Sequence

Identity sequence definition.

Properties

Column

Identity column.

public string Column { get; init; }

Property Value

string

Sequence

Identity sequence definition.

public Sequence? Sequence { get; init; }

Property Value

Sequence

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.