Table of Contents

Struct Sql.SqlID

Namespace
LinqToDB
Assembly
linq2db.dll
public readonly struct Sql.SqlID : IToSqlConverter, IEquatable<Sql.SqlID>
Implements
Inherited Members
Extension Methods

Constructors

SqlID(SqlIDType, string)

public SqlID(Sql.SqlIDType type, string id)

Parameters

type Sql.SqlIDType
id string

Properties

ID

public string ID { get; }

Property Value

string

Type

public Sql.SqlIDType Type { get; }

Property Value

Sql.SqlIDType

Methods

Equals(SqlID)

public bool Equals(Sql.SqlID other)

Parameters

other Sql.SqlID

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Parse(string)

public static Sql.SqlID Parse(string value)

Parameters

value string

Returns

Sql.SqlID

ToSql(Expression)

public ISqlExpression ToSql(Expression expression)

Parameters

expression Expression

Returns

ISqlExpression

ToString()

public override string ToString()

Returns

string