Table of Contents

Class AccessorMember

Namespace
LinqToDB.Linq
Assembly
linq2db.dll
public class AccessorMember
Inheritance
AccessorMember
Extension Methods

Constructors

AccessorMember(Expression)

public AccessorMember(Expression expression)

Parameters

expression Expression

AccessorMember(MemberInfo)

public AccessorMember(MemberInfo memberInfo)

Parameters

memberInfo MemberInfo

AccessorMember(MemberInfo, ReadOnlyCollection<Expression>?)

public AccessorMember(MemberInfo memberInfo, ReadOnlyCollection<Expression>? arguments)

Parameters

memberInfo MemberInfo
arguments ReadOnlyCollection<Expression>

Properties

Arguments

public ReadOnlyCollection<Expression>? Arguments { get; }

Property Value

ReadOnlyCollection<Expression>

MemberInfo

public MemberInfo MemberInfo { get; }

Property Value

MemberInfo

Methods

Equals(AccessorMember)

protected bool Equals(AccessorMember other)

Parameters

other AccessorMember

Returns

bool

Equals(object?)

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

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

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

GetHashCode()

Serves as a hash function for a particular type.

public override int GetHashCode()

Returns

int

A hash code for the current object.