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
DataTypeName
public string? DataTypeName { readonly get; set; }
Property Value
FieldType
public Type? FieldType { readonly get; set; }
Property Value
ProviderFieldType
public Type? ProviderFieldType { readonly get; set; }
Property Value
ToType
public Type? ToType { readonly get; set; }
Property Value
Methods
Equals(ReaderInfo)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ReaderInfo other)
Parameters
otherReaderInfoAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? obj)
Parameters
objobjectAnother object to compare to.
Returns
- bool
true if
objand 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.