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)

public bool Equals(ReaderInfo other)

Parameters

other ReaderInfo

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int