Table of Contents

Struct ReaderInfo

Namespace
LinqToDB.DataProvider
Assembly
linq2db.dll
public struct ReaderInfo : IEquatable<ReaderInfo>
Implements
Inherited Members
Extension Methods

Properties

DataReaderType

public Type? DataReaderType { readonly get; set; }

Property Value

Type

DataTypeName

public string? DataTypeName { readonly get; set; }

Property Value

string

FieldType

public Type? FieldType { readonly get; set; }

Property Value

Type

ProviderFieldType

public Type? ProviderFieldType { readonly get; set; }

Property Value

Type

ToType

public Type? ToType { readonly get; set; }

Property Value

Type

Methods

Equals(ReaderInfo)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ReaderInfo other)

Parameters

other ReaderInfo

An object to compare with this object.

Returns

bool

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

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)

Parameters

obj object

Another object to compare to.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override readonly int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.