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
T1T2T3T4T5T6
- Inheritance
-
objectSql.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
value1T1value2T2value3T3value4T4value5T5value6T6
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
otherobject
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
Returns
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
Returns
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
Returns
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)