Table of Contents

Class Sql.SqlRow<T1, T2, T3, T4, T5, T6>

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

Type Parameters

T1
T2
T3
T4
T5
T6
Inheritance
object
Sql.SqlRow<T1, T2, T3, T4, T5, T6>
Implements
Extension Methods

Constructors

SqlRow(T1, T2, T3, T4, T5, T6)

public SqlRow(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6)

Parameters

value1 T1
value2 T2
value3 T3
value4 T4
value5 T5
value6 T6

Properties

Value1

public T1 Value1 { get; }

Property Value

T1

Value2

public T2 Value2 { get; }

Property Value

T2

Value3

public T3 Value3 { get; }

Property Value

T3

Value4

public T4 Value4 { get; }

Property Value

T4

Value5

public T5 Value5 { get; }

Property Value

T5

Value6

public T6 Value6 { get; }

Property Value

T6

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, T3, T4, T5, T6>, SqlRow<T1, T2, T3, T4, T5, T6>)

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

Parameters

x Sql.SqlRow<T1, T2, T3, T4, T5, T6>
y Sql.SqlRow<T1, T2, T3, T4, T5, T6>

Returns

bool

operator >=(SqlRow<T1, T2, T3, T4, T5, T6>, SqlRow<T1, T2, T3, T4, T5, T6>)

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

Parameters

x Sql.SqlRow<T1, T2, T3, T4, T5, T6>
y Sql.SqlRow<T1, T2, T3, T4, T5, T6>

Returns

bool

operator <(SqlRow<T1, T2, T3, T4, T5, T6>, SqlRow<T1, T2, T3, T4, T5, T6>)

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

Parameters

x Sql.SqlRow<T1, T2, T3, T4, T5, T6>
y Sql.SqlRow<T1, T2, T3, T4, T5, T6>

Returns

bool

operator <=(SqlRow<T1, T2, T3, T4, T5, T6>, SqlRow<T1, T2, T3, T4, T5, T6>)

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

Parameters

x Sql.SqlRow<T1, T2, T3, T4, T5, T6>
y Sql.SqlRow<T1, T2, T3, T4, T5, T6>

Returns

bool