Table of Contents

Class Sql.SqlRow<T1, T2>

Namespace
LinqToDB
Assembly
linq2db.dll
public class Sql.SqlRow<T1, T2> : IComparable, IStructuralComparable

Type Parameters

T1
T2
Inheritance
object
Sql.SqlRow<T1, T2>
Implements
Extension Methods

Constructors

SqlRow(T1, T2)

public SqlRow(T1 value1, T2 value2)

Parameters

value1 T1
value2 T2

Properties

Value1

public T1 Value1 { get; }

Property Value

T1

Value2

public T2 Value2 { get; }

Property Value

T2

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object other)

Parameters

other object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Operators

operator >(SqlRow<T1, T2>, SqlRow<T1, T2>)

public static bool operator >(Sql.SqlRow<T1, T2> x, Sql.SqlRow<T1, T2> y)

Parameters

x Sql.SqlRow<T1, T2>
y Sql.SqlRow<T1, T2>

Returns

bool

operator >=(SqlRow<T1, T2>, SqlRow<T1, T2>)

public static bool operator >=(Sql.SqlRow<T1, T2> x, Sql.SqlRow<T1, T2> y)

Parameters

x Sql.SqlRow<T1, T2>
y Sql.SqlRow<T1, T2>

Returns

bool

operator <(SqlRow<T1, T2>, SqlRow<T1, T2>)

public static bool operator <(Sql.SqlRow<T1, T2> x, Sql.SqlRow<T1, T2> y)

Parameters

x Sql.SqlRow<T1, T2>
y Sql.SqlRow<T1, T2>

Returns

bool

operator <=(SqlRow<T1, T2>, SqlRow<T1, T2>)

public static bool operator <=(Sql.SqlRow<T1, T2> x, Sql.SqlRow<T1, T2> y)

Parameters

x Sql.SqlRow<T1, T2>
y Sql.SqlRow<T1, T2>

Returns

bool